Update theme.php

This commit is contained in:
Shish 2013-07-01 09:45:32 +01:00
parent e6146d82ea
commit e547b1362f

View File

@ -216,7 +216,7 @@ class TagListTheme extends Themelet {
$display_html .= " <span class='tag_count'>$count</span>";
}
return ($category, $display_html);
return array($category, $display_html);
}
protected function ars(/*string*/ $tag, /*array(string)*/ $tags) {