Fix: right access error

This commit is contained in:
Regis Houssin 2012-04-15 10:09:32 +02:00
parent a4359d6eaa
commit 779eacd9c1

View File

@ -73,10 +73,6 @@ if ($rowid > 0)
|| (($user->id != $adh->user_id) && $user->rights->user->user->password) );
}
}
else
{
accessforbidden();
}
// Define variables to know what current user can do on members
$canaddmember=$user->rights->adherent->creer;