-
Bug
-
Resolution: Fixed
-
Major
-
2.2.2
-
MOODLE_22_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
wip-
MDL-32611-m23 -
To reporduce in Moodle 2.2.2+ (Build: 20120412)
- as admin 1) create a user USR 2) create a category CAT 3) turn debugging on
- assign to previously created user USR the manager role at category level CAT
- login as USR
- go to the category USR has manager role in
- turn editing on
- click on "add a sub category"
- the following error is displayed: Fatal error: Call to a member function get() on a non-object in ..../editcategory.php on line 139
It appears something related to navigation, as the line is
$PAGE->settingsnav->get('root')->get('courses')->get('coursemgmt')->make_active();
|
- is duplicated by
-
MDL-34064 /course/editcategory.php can produce a fatal error
-
- Closed
-