Skip to content
Snippets Groups Projects
Commit 67143f12 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Fix build.

parent 3d274cba
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ class sspmod_discopower_PowerIdPDisco extends SimpleSAML_XHTML_IdPDisco ...@@ -249,7 +249,7 @@ class sspmod_discopower_PowerIdPDisco extends SimpleSAML_XHTML_IdPDisco
$faventry = NULL; $faventry = NULL;
foreach ($idpList AS $tab => $slist) { foreach ($idpList AS $tab => $slist) {
if (!empty($preferredIdP) && array_key_exists($preferredIdP, $slist)) { if (!empty($preferredIdP) && array_key_exists($preferredIdP, $slist)) {
$faventry = $slist[$preferredIdP]]; $faventry = $slist[$preferredIdP];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment