-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.1
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
w32_
MDL-41002_m26_enroltypo -
function get_other_users_for_display()
line 916: $changeable = !$plugin[$plugin]->roles_protected();
should be: $changeable = !$plugins[$plugin]->roles_protected();
otherwise you only get a blank page when going to enrol/otherusers.php?id=XXX in a course where you have assigned roles without enrolment
- is a regression caused by
-
MDL-37302 improve role protection and role unassignments
-
- Closed
-