mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-53750 auth: fix logout bug in shibboleth
Original patch by Dr. Michael Schneider
This commit is contained in:
parent
b9cc7e01a1
commit
f9ee3dbcc1
@ -32,7 +32,7 @@ if ($action == 'logout' && !empty($redirect)) {
|
||||
redirect($redirect);
|
||||
}
|
||||
|
||||
} else if (!file_get_contents("php://input")) {
|
||||
} else if (!empty(file_get_contents("php://input"))) {
|
||||
|
||||
// Back channel logout.
|
||||
// Set SOAP header.
|
||||
|
Loading…
x
Reference in New Issue
Block a user