Skip to content
Snippets Groups Projects
Commit c88ead9c authored by Olav Morken's avatar Olav Morken
Browse files

Fix handling of error messages from IdPs.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1655 44740490-163a-0410-bde0-09ae8108e29a
parent fa915600
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ class sspmod_saml2_Message {
public static function getResponseError(SAML2_StatusResponse $response) {
$status = $response->getStatus();
new sspmod_saml2_Error($status['Code'], $status['SubCode'], $status['Message']);
return new sspmod_saml2_Error($status['Code'], $status['SubCode'], $status['Message']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment