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

modules/saml2: Fix wrong variable name.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@979 44740490-163a-0410-bde0-09ae8108e29a
parent 77f61d58
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ class sspmod_saml2_Auth_Source_SP extends SimpleSAML_Auth_Source { ...@@ -89,7 +89,7 @@ class sspmod_saml2_Auth_Source_SP extends SimpleSAML_Auth_Source {
$req = $sr->generate($this->entityId, $idpMetadata['SingleSignOnService']); $req = $sr->generate($this->entityId, $idpMetadata['SingleSignOnService']);
$httpredirect = new SimpleSAML_Bindings_SAML20_HTTPRedirect($config, $metadata); $httpredirect = new SimpleSAML_Bindings_SAML20_HTTPRedirect($config, $metadata);
$httpredirect->sendMessage($req, $this->entityid, $this->idp, $id); $httpredirect->sendMessage($req, $this->entityId, $this->idp, $id);
exit(0); exit(0);
} }
......
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