diff --git a/modules/discojuice/templates/central.tpl.php b/modules/discojuice/templates/central.tpl.php index eae3d6f0e64236a77345bb4a4b293e145d4779fa..5e4587ea93162e61ac2bd2e9e822c2aeb66ca1f9 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']) . '" />' .