Skip to content
Snippets Groups Projects
Commit a2f363c2 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: right access error

parent f0f74a7d
No related branches found
No related tags found
No related merge requests found
...@@ -73,10 +73,6 @@ if ($rowid > 0) ...@@ -73,10 +73,6 @@ if ($rowid > 0)
|| (($user->id != $object->user_id) && $user->rights->user->user->password) ); || (($user->id != $object->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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment