MDL-53750 auth: fix logout bug in shibboleth

Original patch by Dr. Michael Schneider
This commit is contained in:
John Okely
2016-05-06 09:27:25 +08:00
committed by Andrew Nicols
parent b9cc7e01a1
commit f9ee3dbcc1
+1 -1
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.