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

saml2/sp/initSSO: Set $reachableIDPs to silence a warning.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1833 44740490-163a-0410-bde0-09ae8108e29a
parent 4d56877d
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ if (empty($_GET['RelayState'])) { ...@@ -24,6 +24,8 @@ if (empty($_GET['RelayState'])) {
SimpleSAML_Utilities::fatalError($session->getTrackID(), 'NORELAYSTATE'); SimpleSAML_Utilities::fatalError($session->getTrackID(), 'NORELAYSTATE');
} }
$reachableIDPs = array();
try { try {
$idpentityid = isset($_GET['idpentityid']) ? $_GET['idpentityid'] : $config->getString('default-saml20-idp', NULL) ; $idpentityid = isset($_GET['idpentityid']) ? $_GET['idpentityid'] : $config->getString('default-saml20-idp', NULL) ;
......
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