Skip to content

Commit

Permalink
MDL-45118 shibboleth: set context on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Petro authored and Sam Hemelryk committed Apr 21, 2014
1 parent fd266e4 commit 067d7ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auth/shibboleth/index.php
Expand Up @@ -4,7 +4,9 @@

require('../../config.php');

$context = context_system::instance();
$PAGE->set_url('/auth/shibboleth/index.php');
$PAGE->set_context($context);

// Support for WAYFless URLs.
$target = optional_param('target', '', PARAM_LOCALURL);
Expand Down

0 comments on commit 067d7ee

Please sign in to comment.