X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fedit.php;h=60ed2523ef0cf01b9a2e7cf816af24f60e98af19;hb=856c6769cd9502a0872c0f8db74ec0c43025ca27;hp=7e50e9e1b4d3edc655cd1e1f91d136d9e94df5a2;hpb=64a6afaf6964b3f9e61d595d5586fe7428a57e73;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;