Update IPSet use statements
[lhc/web/wiklou.git] / maintenance / initUserPreference.php
index f4da570..7b7cf15 100644 (file)
@@ -46,7 +46,7 @@ class InitUserPreference extends Maintenance {
                        $dbr,
                        'user_properties',
                        [ 'up_user', 'up_property' ],
-                       $this->mBatchSize
+                       $this->getBatchSize()
                );
                $iterator->setFetchColumns( [ 'up_user', 'up_value' ] );
                $iterator->addConditions( [