Skip to content

Commit

Permalink
MDL-27563 shibboleth: set context on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Jul 9, 2012
1 parent 2cbdaa7 commit 258a893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/shibboleth/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
$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);
Expand Down

0 comments on commit 258a893

Please sign in to comment.