[ADMINUSER] Error: Undefined indexes #75

Closed
opened 2021-04-20 20:05:25 +02:00 by Ghost · 2 comments

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

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
Ghost added the
bug
master
labels 2021-04-20 20:05:25 +02:00
Author

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.

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.
Ghost added the
fixed
label 2021-04-21 03:55:19 +02:00
Ghost referenced this issue from a commit 2021-04-21 03:55:59 +02:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2021-04-21 03:56:18 +02:00
Sign in to join this conversation.
No description provided.