Update IPSet use statements
[lhc/web/wiklou.git] / maintenance / convertUserOptions.php
index 675d069..501f045 100644 (file)
@@ -61,7 +61,7 @@ class ConvertUserOptions extends Maintenance {
                                __METHOD__,
                                [
                                        'ORDER BY' => 'user_id',
-                                       'LIMIT' => $this->mBatchSize,
+                                       'LIMIT' => $this->getBatchSize(),
                                ]
                        );
                        $id = $this->convertOptionBatch( $res, $dbw );