Skip to content

Commit

Permalink
Removed Contao 4.10 call
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Sep 23, 2020
1 parent eaf8ba9 commit f579a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/TagHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public function getTagsAndTaglistForIdAndTable($id, $table, $jumpto)
$taglist = array();
foreach ($tags as $id => $tag)
{
$strUrl = StringUtil::ampersand($pageObj->getFrontendUrl($items . '/tag/' . \TagHelper::encode($tag)));
$strUrl = ampersand($pageObj->getFrontendUrl($items . '/tag/' . \TagHelper::encode($tag)));
if (strlen(\Environment::get('queryString'))) $strUrl .= "?" . \Environment::get('queryString');
$tags[$id] = '<a href="' . $strUrl . '">' . StringUtil::specialchars($tag) . '</a>';
$taglist[$id] = array(
Expand Down

0 comments on commit f579a48

Please sign in to comment.