-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.10, 4.0.4
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MDL-76224-master -
The mod/label/view.php mistakenly sets its URL as mod/label/index.php with a wrong parameter (cmid is given, but courseid is expected).
This leads to a redirect to a nonexisting course by require_login() when accessing the view.php before logging in (happens in the case of changed course content mails).