Update theme.php

This commit is contained in:
Shish 2013-07-01 08:05:30 +01:00
parent 752d36476a
commit e6146d82ea

View File

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