From: Antoine Musso Date: Sat, 29 May 2004 21:08:06 +0000 (+0000) Subject: Defintly fix bug 962795 : Order using A-Z X-Git-Tag: 1.5.0alpha1~3146 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=62669fb64b1a53f5e6e8ca82918efa20ae9b5595;p=lhc%2Fweb%2Fwiklou.git Defintly fix bug 962795 : Order using A-Z --- diff --git a/includes/SpecialLonelypages.php b/includes/SpecialLonelypages.php index 86a21a55d0..f271d0863c 100644 --- a/includes/SpecialLonelypages.php +++ b/includes/SpecialLonelypages.php @@ -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 " .