mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Bug 1831
(http://moodle.org/bugs/bug.php?op=show&bugid=1831) Merged from MOODLE_14_STABLE
This commit is contained in:
parent
3c9789b1ff
commit
c9e9fb0fd7
@ -39,12 +39,7 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user