From 2b4ffb1e60f87c9fe25aa786bb7eeca9a7b37477 Mon Sep 17 00:00:00 2001 From: jgen Date: Sun, 23 Feb 2014 02:18:45 -0500 Subject: [PATCH] Argh. --- ext/tag_list/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index 4bc4e999..161cde0d 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -357,7 +357,7 @@ class TagList extends Extension { AND t3.tag != 'tagme' AND t1.id = it1.tag_id AND t3.id = it3.tag_id - GROUP BY it3.tag_id + GROUP BY it3.tag_id, t3.tag, t3.count ORDER BY calc_count DESC LIMIT :tag_list_length ";