HooksTest: Covers Hooks::callHook too
[lhc/web/wiklou.git] / maintenance / purgeList.php
index 5ca7918..8cf217f 100644 (file)
@@ -99,7 +99,7 @@ class PurgeList extends Maintenance {
                                $conds + [ 'page_id > ' . $dbr->addQuotes( $startId ) ],
                                __METHOD__,
                                [
-                                       'LIMIT' => $this->mBatchSize,
+                                       'LIMIT' => $this->getBatchSize(),
                                        'ORDER BY' => 'page_id'
 
                                ]