Merge "Allow aliased field names with separated syntax"
[lhc/web/wiklou.git] / includes / specials / SpecialUndelete.php
index c6b496b..578a940 100644 (file)
@@ -92,7 +92,7 @@ class PageArchive {
                                array(
                                        'ar_namespace',
                                        'ar_title',
-                                       'COUNT(*) AS count'
+                                       'count' => 'COUNT(*)'
                                ),
                                $condition,
                                __METHOD__,