-
Bug
-
Resolution: Fixed
-
Minor
-
1.8
-
None
-
MOODLE_18_STABLE
-
MOODLE_18_STABLE, MOODLE_19_STABLE
I get the error:
Fatal error: Cannot access empty property in \lib\moodlelib.php on line 680
incorrect call of unset_config() in check_legacy_config()
should be:
unset_config('enrol_ldap_student_contexts');
not:
unset_config($CFG->enrol_ldap_student_contexts);
also appears in a couple of other instances on the page.