-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.3
-
Any
-
MOODLE_21_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
w51_
MDL-30588_m23_switchrole -
-
If you try to switch role whilst not enrolled in a course, an error is displayed informing you that you're not enrolled on the course.
It appears that require_login() is missing a case checking for
is_role_switch($course->id)
|