X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fedit.php;h=60ed2523ef0cf01b9a2e7cf816af24f60e98af19;hb=86a727b908e7c729d0ccfc67ff6c2cf27ff28928;hp=7e50e9e1b4d3edc655cd1e1f91d136d9e94df5a2;hpb=4c96ff5203daefc5c87cb2aec6f9ba1acac3b6cb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/edit.php b/maintenance/edit.php index 7e50e9e1b4..60ed2523ef 100644 --- a/maintenance/edit.php +++ b/maintenance/edit.php @@ -103,5 +103,5 @@ class EditCLI extends Maintenance { } } -$maintClass = "EditCLI"; +$maintClass = EditCLI::class; require_once RUN_MAINTENANCE_IF_MAIN;