X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcreateAndPromote.php;h=d3efca6f42a7f16ea9fd2707e850c494567ed58e;hb=09caa0be01ba5d646cd5c7570452c8a7df1e1c55;hp=8035c3eb5cb92c0082322cb88acee4b2d69705a1;hpb=9de578da93ec2b649340e5512db61618cc12e442;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;