diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index cd2385c0..516261ee 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -263,6 +263,7 @@ class TagList implements Extension { $query = " SELECT tag, count FROM tags + WHERE count > 0 ORDER BY count DESC LIMIT ? ";