From a7d938adc9f76a092bb6e7d91340231c66472912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 1 Apr 2011 12:14:11 +0000 Subject: [PATCH] fix casing of entityid in javascript fallback git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2793 44740490-163a-0410-bde0-09ae8108e29a --- modules/discojuice/templates/central.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/discojuice/templates/central.tpl.php b/modules/discojuice/templates/central.tpl.php index eae3d6f0e..5e4587ea9 100644 --- a/modules/discojuice/templates/central.tpl.php +++ b/modules/discojuice/templates/central.tpl.php @@ -116,7 +116,7 @@ function show($item) { $iconPath = 'discojuice/logos/'; - $href = $returnto . '&' . $returnidparam . '=' . urlencode($item['entityid']); + $href = $returnto . '&' . $returnidparam . '=' . urlencode($item['entityID']); if (!empty($item['icon'])) { echo '<a href="' . htmlspecialchars($href) . '" class="">' . '<img src="' . htmlspecialchars($iconPath . $item['icon']) . '" />' . -- GitLab