-
Bug
-
Resolution: Duplicate
-
Minor
-
2.1
-
MOODLE_21_STABLE
-
MOODLE_21_STABLE
-
Easy
In navigationlib.php near line 1462, it says:
throw coding_exception('Category path order is incorrect and/or there are missing categories');
This should be:
throw new coding_exception (...)
Patch attached