Skip to content
Snippets Groups Projects
Commit 73cbbc24 authored by Lasse Birnbaum Jensen's avatar Lasse Birnbaum Jensen
Browse files

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
parent fc40a829
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ if (isset($_GET['idpentityid'])) { ...@@ -47,7 +47,7 @@ if (isset($_GET['idpentityid'])) {
$idplist = $metadata->getList('shib13-idp-remote'); $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 = new SimpleSAML_XHTML_Template($config, 'selectidp-dropdown.php');
$t->data['header'] = 'Select your identity provider'; $t->data['header'] = 'Select your identity provider';
$t->data['idplist'] = $idplist; $t->data['idplist'] = $idplist;
......
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