Skip to content
Snippets Groups Projects
Commit 24a67e88 authored by Mads Freek Petersen's avatar Mads Freek Petersen
Browse files

Fix of typo - caught by Philipp Kolmann <kolmann@zid.tuwien.ac.at>.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1813 44740490-163a-0410-bde0-09ae8108e29a
parent 8a0ba95b
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,7 @@ class SimpleSAML_XHTML_IdPDisco {
$idpList = $this->getIdPList();
$preferredIdP = $this->getRecommendedIdP();
$idpintersection = array_intersect(array_keys($idpList), $this->getScopedIDPlist());
$idpintersection = array_intersect(array_keys($idpList), $this->getScopedIDPList());
if (sizeof($idpintersection) > 0) {
$idpList = array_intersect_key($idpList, array_fill_keys($idpintersection, 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