if the glossary is at site-level then don't require a login
This commit is contained in:
@@ -25,10 +25,12 @@
|
||||
error("Course module is incorrect");
|
||||
}
|
||||
|
||||
require_login($course->id);
|
||||
if (isguest()) {
|
||||
error("You must be logged to use this page.");
|
||||
}
|
||||
if ($course->category) {
|
||||
require_login($course->id);
|
||||
if (isguest()) {
|
||||
error("You must be logged to use this page.");
|
||||
}
|
||||
}
|
||||
|
||||
if ( $eid ) {
|
||||
$l = '';
|
||||
@@ -167,4 +169,4 @@
|
||||
echo '</table>';
|
||||
echo '</center>';
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -39,7 +39,9 @@
|
||||
error("Course module is incorrect");
|
||||
}
|
||||
|
||||
require_login($course->id);
|
||||
if ($course->category) {
|
||||
require_login($course->id);
|
||||
}
|
||||
if (!$cm->visible and !isteacher($course->id)) {
|
||||
notice(get_string("activityiscurrentlyhidden"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user