mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-27563 shibboleth: set context on login page
This commit is contained in:
parent
2cbdaa77ea
commit
258a893c3d
@ -63,6 +63,7 @@ $PAGE->https_required();
|
||||
$loginsite = get_string("loginsite");
|
||||
|
||||
$PAGE->set_url('/auth/shibboleth/login.php');
|
||||
$PAGE->set_context(context_system::instance());
|
||||
$PAGE->navbar->add($loginsite);
|
||||
$PAGE->set_title("$site->fullname: $loginsite");
|
||||
$PAGE->set_heading($site->fullname);
|
||||
|
Loading…
x
Reference in New Issue
Block a user