Replace spaces with tabs
[lhc/web/wiklou.git] / maintenance / moveBatch.php
index 4bfe4a4..9b9f910 100644 (file)
@@ -101,10 +101,10 @@ class MoveBatch extends Maintenance {
                        if ( $interval ) {
                                sleep( $interval );
                        }
-                       wfWaitForSlaves( 5 );
+                       wfWaitForSlaves();
                }
        }
 }
 
 $maintClass = "MoveBatch";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );