MDL-45118 shibboleth: set context on index page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user