Fix phpcs issues from LanguageConverter patches
[lhc/web/wiklou.git] / maintenance / populatePPSortKey.php
index 366905a..98d535a 100644 (file)
@@ -57,7 +57,7 @@ class PopulatePPSortKey extends LoggedUpdateMaintenance {
                                __METHOD__,
                                [
                                        'ORDER BY' => 'pp_page, pp_propname',
-                                       'LIMIT' => $this->mBatchSize
+                                       'LIMIT' => $this->getBatchSize()
                                ]
                        );