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
@@ -39,7 +39,7 @@ if (!empty($id)) {
}
// We check that we have the permission to edit this framework, in its own context.
require_login();
require_login(null, false);
\core_competency\api::require_enabled();
require_capability('moodle/competency:competencymanage', $context);