X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialNewpages.php;h=43d485582ff3357f62c426ea4c22dcc18fe621b3;hb=e1d2897df11a58163212729a99f5c98e50a6ce52;hp=ae04061f92f50b9bebec5ac18b019e8bec82f932;hpb=a492cf4c3498edbea090c5eccc2515b4d4a1724b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialNewpages.php b/includes/specials/SpecialNewpages.php index ae04061f92..43d485582f 100644 --- a/includes/specials/SpecialNewpages.php +++ b/includes/specials/SpecialNewpages.php @@ -334,13 +334,6 @@ class SpecialNewpages extends IncludableSpecialPage { $query = array( 'redirect' => 'no' ); - if( $this->patrollable( $result ) ) { - // Tell Article.php that we want to patrol the first revision - // and not the current one. Has effect if both recentchages and new page - // patrolling are enabled, we set it everytime for link consistency though. - $query['patrolpage'] = 1; - } - // Linker::linkKnown() uses 'known' and 'noclasses' options. // This breaks the colouration for stubs. $plink = Linker::link(