Commit 3e433f1d by Scott

Correct favorites class

parent 1f39ae44
......@@ -165,6 +165,7 @@ function qa_favorite_tags_view($tags)
'items' => array(),
'rows' => ceil(count($tags) / qa_opt('columns_tags')),
'type' => 'tags',
'sort' => 'count',
);
foreach ($tags as $tag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment