Fix output of RecountCategories::doWork()
[lhc/web/wiklou.git] / maintenance / recountCategories.php
index 8ec648f..7e37fcb 100644 (file)
@@ -104,7 +104,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' ) {