mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-50884-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
b3e8e09175
@ -210,7 +210,8 @@ class auth_plugin_shibboleth extends auth_plugin_base {
|
||||
}
|
||||
|
||||
// Overwrite redirect in order to send user to Shibboleth logout page and let him return back
|
||||
$redirect = $this->config->logout_handler.'?return='.urlencode($temp_redirect);
|
||||
$redirecturl = new moodle_url($this->config->logout_handler, array('return' => $temp_redirect));
|
||||
$redirect = $redirecturl->out();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user