Skip to content

Commit

Permalink
Added missing showTags template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Jun 1, 2022
1 parent 913fa08 commit 55d3410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/TagHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ public function parseArticlesHook($objTemplate, $row)
'class' => TagList::_getTagNameClass($tag)
);
}
$objTemplate->showTags = 1;
$objTemplate->showTagClass = $tag_named_class;
$objTemplate->tags = $tags;
$objTemplate->taglist = $taglist;
Expand Down

0 comments on commit 55d3410

Please sign in to comment.