X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrefreshLinks.php;h=facc5064c1bb18d1a4e59dd945b079a459e24d15;hb=2c4185b3217a78c8857c4b593f2a8c85a46ea6d4;hp=9f3552a6782894e3b01dc6ebd0f768bf1cf0e378;hpb=eb56a9255a27b23c683ca728b0d23e4c689c2405;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index 9f3552a678..facc5064c1 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -178,7 +178,6 @@ class RefreshLinks extends Maintenance { $this->output( "Starting from page_id $start of $end.\n" ); for ( $id = $start; $id <= $end; $id++ ) { - if ( !( $id % self::REPORTING_INTERVAL ) ) { $this->output( "$id\n" ); wfWaitForSlaves(); @@ -191,7 +190,6 @@ class RefreshLinks extends Maintenance { $this->output( "Starting from page_id $start of $end.\n" ); for ( $id = $start; $id <= $end; $id++ ) { - if ( !( $id % self::REPORTING_INTERVAL ) ) { $this->output( "$id\n" ); wfWaitForSlaves();