X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcreateAndPromote.php;h=d3efca6f42a7f16ea9fd2707e850c494567ed58e;hb=0e339243f1dbbba5f87a54b116c23e0daec8e2e4;hp=8035c3eb5cb92c0082322cb88acee4b2d69705a1;hpb=b72c4df18b00b3948f0319fa5b01f969e1b92dbd;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/createAndPromote.php b/maintenance/createAndPromote.php index 8035c3eb5c..d3efca6f42 100644 --- a/maintenance/createAndPromote.php +++ b/maintenance/createAndPromote.php @@ -150,5 +150,5 @@ class CreateAndPromote extends Maintenance { } } -$maintClass = "CreateAndPromote"; +$maintClass = CreateAndPromote::class; require_once RUN_MAINTENANCE_IF_MAIN;