Skip to content

Commit

Permalink
MDL-53750 auth: fix logout bug in shibboleth
Browse files Browse the repository at this point in the history
Original patch by Dr. Michael Schneider
  • Loading branch information
John Okely authored and andrewnicols committed May 6, 2016
1 parent b9cc7e0 commit f9ee3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/shibboleth/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
redirect($redirect);
}

} else if (!file_get_contents("php://input")) {
} else if (!empty(file_get_contents("php://input"))) {

// Back channel logout.
// Set SOAP header.
Expand Down

0 comments on commit f9ee3db

Please sign in to comment.