MDL-58439 admin: Ignore guest logins for all admin pages

This commit is contained in:
Brendan Heywood
2019-06-11 13:44:58 +10:00
parent f3507273e9
commit 1fc0c4bd4e
39 changed files with 48 additions and 73 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ $courseid = optional_param('courseid', 0, PARAM_INT);
// Validate course id.
if (empty($courseid)) {
require_login();
require_login(null, false);
$context = context_system::instance();
$coursename = format_string($SITE->fullname, true, array('context' => $context));
$PAGE->set_context($context);