X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSpecialLongpages.php;h=75f6e5c6e66cfb1f6839c8ed96e0b53c413270fe;hb=40745cfef875263d13f29cea01b501655d218f16;hp=e4c0ed7999d4a9a215bd208e1ad3cb5d7778fe60;hpb=b0f510df565d206379d543efdc2b7550d4585107;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SpecialLongpages.php b/includes/SpecialLongpages.php index e4c0ed7999..75f6e5c6e6 100644 --- a/includes/SpecialLongpages.php +++ b/includes/SpecialLongpages.php @@ -1,35 +1,39 @@ -len ); - $link = $skin->makeKnownLink( $result->cur_title, "" ); - return "{$link} ({$nb})"; + function sortDescending() { + return true; } } +/** + * constructor + */ function wfSpecialLongpages() { list( $limit, $offset ) = wfCheckLimits(); - $lpp = new LongPagesPage( ); + $lpp = new LongPagesPage(); $lpp->doQuery( $offset, $limit ); }