X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fparse.php;h=b87a716f622d730e1bdcc00b655b8c93050fd5ed;hb=238494825619ad1a5f81f48e76c8e0f5a674b22e;hp=6279a348ac7de78b17905a3fa5db55325f9be4c7;hpb=d42d6bd868fd5b579080639995e6a7e23851fcf3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/parse.php b/maintenance/parse.php index 6279a348ac..b87a716f62 100644 --- a/maintenance/parse.php +++ b/maintenance/parse.php @@ -140,5 +140,5 @@ class CLIParser extends Maintenance { } } -$maintClass = "CLIParser"; +$maintClass = CLIParser::class; require_once RUN_MAINTENANCE_IF_MAIN;