From 73cbbc24b8c1cea5e7e62d29b8e3ea8b539c0af7 Mon Sep 17 00:00:00 2001 From: Lasse Birnbaum Jensen <lasse@sdu.dk> Date: Wed, 16 Jan 2008 14:00:24 +0000 Subject: [PATCH] Bugfix for shib13/sp/idpdisco.php. line 50: disco.layout -> idpdisco.layout Due to my adapted config.php i didnt catch the error. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@162 44740490-163a-0410-bde0-09ae8108e29a --- www/shib13/sp/idpdisco.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/shib13/sp/idpdisco.php b/www/shib13/sp/idpdisco.php index 368726428..dae06f603 100644 --- a/www/shib13/sp/idpdisco.php +++ b/www/shib13/sp/idpdisco.php @@ -47,7 +47,7 @@ if (isset($_GET['idpentityid'])) { $idplist = $metadata->getList('shib13-idp-remote'); -if ($config->getValue('disco.layout') == 'dropdown') { +if ($config->getValue('idpdisco.layout') == 'dropdown') { $t = new SimpleSAML_XHTML_Template($config, 'selectidp-dropdown.php'); $t->data['header'] = 'Select your identity provider'; $t->data['idplist'] = $idplist; -- GitLab