Fix phpcs issues from LanguageConverter patches
[lhc/web/wiklou.git] / maintenance / makeTestEdits.php
index ca2f7c5..1effb61 100644 (file)
@@ -55,7 +55,7 @@ class MakeTestEdits extends Maintenance {
                        $page->doEditContent( $content, $summary, 0, false, $user );
 
                        $this->output( "Edited $title\n" );
-                       if ( $i && ( $i % $this->mBatchSize ) == 0 ) {
+                       if ( $i && ( $i % $this->getBatchSize() ) == 0 ) {
                                wfWaitForSlaves();
                        }
                }