Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1.1
-
Component/s: Libraries, Navigation
-
Difficulty:Easy
-
Affected Branches:MOODLE_21_STABLE
-
Fixed Branches:MOODLE_21_STABLE
Description
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