-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
Getting this warning:
Strict standards: Only variables should be passed by reference in course/delete_category_form.php on line 106
|
Fix is trivial, split the array_keys() and reset() as far as the later requires a true variable (because it's modified by it).