From e6146d82ea65a541fe49229afea058da1de28a45 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 1 Jul 2013 08:05:30 +0100 Subject: [PATCH] Update theme.php --- ext/tag_list/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {