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

SP-SingleLogoutService: Fix misspelling of responder-variable

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@864 44740490-163a-0410-bde0-09ae8108e29a
parent e7135f8a
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ if (isset($_GET['SAMLRequest'])) { ...@@ -59,7 +59,7 @@ if (isset($_GET['SAMLRequest'])) {
SimpleSAML_Logger::info('SAML2.0 - SP.SingleLogoutService: SP me (' . $responder . ') is sending logout response to IdP (' . $requester . ')'); SimpleSAML_Logger::info('SAML2.0 - SP.SingleLogoutService: SP me (' . $responder . ') is sending logout response to IdP (' . $requester . ')');
// Send the Logout response using HTTP POST binding. // Send the Logout response using HTTP POST binding.
$httpredirect->sendMessage($logoutResponseXML, $responser, $requester, $logoutrequest->getRelayState(), 'SingleLogoutServiceResponse', 'SAMLResponse'); $httpredirect->sendMessage($logoutResponseXML, $responder, $requester, $logoutrequest->getRelayState(), 'SingleLogoutServiceResponse', 'SAMLResponse');
} catch(Exception $exception) { } catch(Exception $exception) {
......
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