-
Bug
-
Resolution: Fixed
-
Minor
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
MDL-60506-master -
I've found this in my error logs while testing MDL-60179:
Debugging: Invalid array parameter detected in required_param(): userlist in #012* line 657 of /lib/moodlelib.php: call to debugging()#012* line 71 of /enrol/manual/ajax.php: call to optional_param()
|
It should probably be using optional_param_array() instead.