X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FpopulateIpChanges.php;h=f7bcc12c3d3891742244fdedac444394f1832631;hp=17f49ee3581fc0196679e440eb41958d2d7ba22b;hb=ffba23d177d5eee876bdc59cdf1b945281b18041;hpb=5e7fd24297cb886f2b59a1b9c83db7e2581f31fe;ds=sidebyside diff --git a/maintenance/populateIpChanges.php b/maintenance/populateIpChanges.php index 17f49ee358..f7bcc12c3d 100644 --- a/maintenance/populateIpChanges.php +++ b/maintenance/populateIpChanges.php @@ -88,7 +88,8 @@ TEXT $numRows = $rows->numRows(); if ( !$rows || $numRows === 0 ) { - break; + $blockStart = $blockEnd + 1; + continue; } $this->output( "...checking $numRows revisions for IP edits that need copying, " .