From 24a67e88e5fc5bdce18d1e302acbc9eb857a1000 Mon Sep 17 00:00:00 2001 From: Mads Freek Petersen <freek@wayf.dk> Date: Sun, 4 Oct 2009 14:55:40 +0000 Subject: [PATCH] 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 --- lib/SimpleSAML/XHTML/IdPDisco.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/XHTML/IdPDisco.php b/lib/SimpleSAML/XHTML/IdPDisco.php index ac873df19..f35555fb2 100644 --- a/lib/SimpleSAML/XHTML/IdPDisco.php +++ b/lib/SimpleSAML/XHTML/IdPDisco.php @@ -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)); } -- GitLab