X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=maintenance%2FrecountCategories.php;h=838405af3d2afa9fd26dd62db2eb8c527b4b56d3;hb=9a9f7ff7dda5c0fdc733013460bbf16c19dcf694;hp=7e8f0636d5ebc00a58d423c71e1b92ea2ac9f8f2;hpb=16c80e429be5904fb42a93f260f8de3d18f0c692;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/recountCategories.php b/maintenance/recountCategories.php index 7e8f0636d5..838405af3d 100644 --- a/maintenance/recountCategories.php +++ b/maintenance/recountCategories.php @@ -98,7 +98,7 @@ TEXT protected function doWork() { $this->output( "Finding up to {$this->getBatchSize()} drifted rows " . - "starting at cat_id {$this->getBatchSize()}...\n" ); + "greater than cat_id {$this->minimumId}...\n" ); $countingConds = [ 'cl_to = cat_title' ]; if ( $this->mode === 'subcats' ) {