X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FmoveBatch.php;h=090c3d41d080cc2be1c8f279cdc675ab47e19d85;hb=5db74eb56e425ba803b2cc936fbe3e5cc219b482;hp=9c53daa360c5ba1ecff58cbfe7b43acf0029186b;hpb=6f680554ceb988f3895184167d5006d722a0afb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/moveBatch.php b/maintenance/moveBatch.php index 9c53daa360..090c3d41d0 100644 --- a/maintenance/moveBatch.php +++ b/maintenance/moveBatch.php @@ -122,5 +122,5 @@ class MoveBatch extends Maintenance { } } -$maintClass = "MoveBatch"; +$maintClass = MoveBatch::class; require_once RUN_MAINTENANCE_IF_MAIN;