MDL-41598 auth_shibboleth: don't override wantsurl
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
// Support for WAYFless URLs.
|
||||
$target = optional_param('target', '', PARAM_LOCALURL);
|
||||
if (!empty($target)) {
|
||||
if (!empty($target) && empty($SESSION->wantsurl)) {
|
||||
$SESSION->wantsurl = $target;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user