Fix: right access error
This commit is contained in:
parent
a4359d6eaa
commit
779eacd9c1
@ -73,10 +73,6 @@ if ($rowid > 0)
|
|||||||
|| (($user->id != $adh->user_id) && $user->rights->user->user->password) );
|
|| (($user->id != $adh->user_id) && $user->rights->user->user->password) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
accessforbidden();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Define variables to know what current user can do on members
|
// Define variables to know what current user can do on members
|
||||||
$canaddmember=$user->rights->adherent->creer;
|
$canaddmember=$user->rights->adherent->creer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user