Defintly fix bug 962795 : Order using A-Z
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 29 May 2004 21:08:06 +0000 (21:08 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 29 May 2004 21:08:06 +0000 (21:08 +0000)
includes/SpecialLonelypages.php

index 86a21a5..f271d08 100644 (file)
@@ -11,7 +11,11 @@ class LonelyPagesPage extends PageQueryPage {
     function isExpensive() {
        return 1;
     }
-    
+
+       function sortDescending() {
+               return false;
+       }
+
     function getSQL( $offset, $limit ) {
        
        return "SELECT cur_namespace AS namespace, cur_title AS title, cur_title AS value " .