summaryrefslogtreecommitdiff
path: root/includes/SpecialWantedcategories.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialWantedcategories.php')
-rw-r--r--includes/SpecialWantedcategories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SpecialWantedcategories.php b/includes/SpecialWantedcategories.php
index 8e75953a..97bb0a26 100644
--- a/includes/SpecialWantedcategories.php
+++ b/includes/SpecialWantedcategories.php
@@ -34,7 +34,7 @@ class WantedCategoriesPage extends QueryPage {
FROM $categorylinks
LEFT JOIN $page ON cl_to = page_title AND page_namespace = ". NS_CATEGORY ."
WHERE page_title IS NULL
- GROUP BY cl_to
+ GROUP BY 1,2,3
";
}