Merge branch 'MDL-45118-shibboleth-login-warning' of https://github.com/mpetrowi/moodle

This commit is contained in:
Sam Hemelryk 2014-04-22 09:15:55 +12:00
commit c6d1088db0

View File

@ -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);