MDL-53750 auth: fix logout bug in shibboleth

Original patch by Dr. Michael Schneider
This commit is contained in:
John Okely 2016-04-08 09:58:34 +08:00 committed by Andrew Nicols
parent b9cc7e01a1
commit f9ee3dbcc1

View File

@ -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.