X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcreateAndPromote.php;h=d3efca6f42a7f16ea9fd2707e850c494567ed58e;hb=86a727b908e7c729d0ccfc67ff6c2cf27ff28928;hp=8035c3eb5cb92c0082322cb88acee4b2d69705a1;hpb=4c96ff5203daefc5c87cb2aec6f9ba1acac3b6cb;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;