Skip to content

Commit

Permalink
Merge pull request #165 from grandoc/develop
Browse files Browse the repository at this point in the history
try to fix create issue...but not enought
  • Loading branch information
hregis committed Apr 15, 2012
2 parents df13921 + 5858ef3 commit 6a3587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/fiche.php
Expand Up @@ -70,7 +70,7 @@
$caneditfielduser=( (($user->id == $object->user_id) && $user->rights->user->self->creer)
|| (($user->id != $object->user_id) && $user->rights->user->user->creer) );
$caneditpassworduser=( (($user->id == $object->user_id) && $user->rights->user->self->password)
|| (($user->id != $adh->user_id) && $user->rights->user->user->password) );
|| (($user->id != $object->user_id) && $user->rights->user->user->password) );
}
}
else
Expand Down

0 comments on commit 6a3587a

Please sign in to comment.