mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-45118 shibboleth: set context on index page
This commit is contained in:
parent
11310954ea
commit
5f1b2e8821
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user