(http://moodle.org/bugs/bug.php?op=show&bugid=1831)
Merged from MOODLE_14_STABLE
require_login();
}
- if ($course->category) {
- require_login($course->id);
- if (isguest()) {
- error("You must be logged to use this page.");
- }
- }
+ require_course_login($course);
/// setting the default values for the display mode of the current glossary
/// only if the glossary is viewed by the first time