[ADMINUSER] Error: Undefined indexes #75
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fichier : [...]/lib/object_coordination/adminuser/adminuser.php ERREUR de niveau 8 เ la ligne 814
PHP:Undefined index: user_state
Fichier : [...]/lib/object_coordination/adminuser/adminuser.php ERREUR de niveau 8 เ la ligne 816
PHP:Undefined index: user_organisation
Fichier : [...]/lib/object_coordination/adminuser/adminuser.php ERREUR de niveau 8 เ la ligne 823
PHP:Undefined index: user_comment
Issue fixed. Values for user_state, user_organisation and user_comment was not defined in case the respectively $_POST[value] not posted in execChangeUserAdmin() method of adminuser class. Propagated the code to all values posted by the form in the precited method.
Pushed to master