X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FmoveBatch.php;h=6d14f8af5d60ddb12d962e64f96acf39dab2acbf;hb=a68a0d610187d7ac913f1f266cae450607de1cf1;hp=9c53daa360c5ba1ecff58cbfe7b43acf0029186b;hpb=ba00b23a1d6fea3f05c617d3df73d60ab28dfdf4;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/moveBatch.php b/maintenance/moveBatch.php index 9c53daa360..6d14f8af5d 100644 --- a/maintenance/moveBatch.php +++ b/maintenance/moveBatch.php @@ -117,10 +117,9 @@ class MoveBatch extends Maintenance { if ( $interval ) { sleep( $interval ); } - wfWaitForSlaves(); } } } -$maintClass = "MoveBatch"; +$maintClass = MoveBatch::class; require_once RUN_MAINTENANCE_IF_MAIN;