diff --git a/ext/tag_list/theme.php b/ext/tag_list/theme.php index 23df90d7..07737c68 100644 --- a/ext/tag_list/theme.php +++ b/ext/tag_list/theme.php @@ -216,7 +216,7 @@ class TagListTheme extends Themelet { $display_html .= " $count"; } - return [$category, $display_html]; + return ($category, $display_html); } protected function ars(/*string*/ $tag, /*array(string)*/ $tags) {