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

Session: arrray->array.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2322 44740490-163a-0410-bde0-09ae8108e29a
parent 63ab6ca3
No related branches found
No related tags found
No related merge requests found
...@@ -1039,7 +1039,7 @@ class SimpleSAML_Session { ...@@ -1039,7 +1039,7 @@ class SimpleSAML_Session {
$idp = SimpleSAML_IdP::getById('saml2:' . $idpEntityId); $idp = SimpleSAML_IdP::getById('saml2:' . $idpEntityId);
} catch (Exception $e) { } catch (Exception $e) {
/* No SAML 2 IdP configured? */ /* No SAML 2 IdP configured? */
return arrray(); return array();
} }
$ret = array(); $ret = array();
......
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