MDL-50038 my: Redirect admin users to the notifications page when needed

This commit is contained in:
Frederic Massart
2015-04-29 19:05:14 +08:00
parent 6378ece404
commit f78f3fb749
+5
View File
@@ -46,6 +46,11 @@ $reset = optional_param('reset', null, PARAM_BOOL);
require_login();
$hassiteconfig = has_capability('moodle/site:config', context_system::instance());
if ($hassiteconfig && moodle_needs_upgrading()) {
redirect(new moodle_url('/admin/index.php'));
}
$strmymoodle = get_string('myhome');
if (isguestuser()) { // Force them to see system default, no editing allowed