Skip to content
Snippets Groups Projects
Commit a7d938ad authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fix casing of entityid in javascript fallback

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2793 44740490-163a-0410-bde0-09ae8108e29a
parent aaa78ff1
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ function show($item) { ...@@ -116,7 +116,7 @@ function show($item) {
$iconPath = 'discojuice/logos/'; $iconPath = 'discojuice/logos/';
$href = $returnto . '&' . $returnidparam . '=' . urlencode($item['entityid']); $href = $returnto . '&' . $returnidparam . '=' . urlencode($item['entityID']);
if (!empty($item['icon'])) { if (!empty($item['icon'])) {
echo '<a href="' . htmlspecialchars($href) . '" class="">' . echo '<a href="' . htmlspecialchars($href) . '" class="">' .
'<img src="' . htmlspecialchars($iconPath . $item['icon']) . '" />' . '<img src="' . htmlspecialchars($iconPath . $item['icon']) . '" />' .
......
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