Using a better method to get the English language file.
[lhc/web/wiklou.git] / includes / SpecialWantedcategories.php
index 8e75953..97bb0a2 100644 (file)
@@ -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
                        ";
        }