X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fparse.php;h=b87a716f622d730e1bdcc00b655b8c93050fd5ed;hb=a3a9b8d440c10e0f1937b20d36cd9e1004843197;hp=6279a348ac7de78b17905a3fa5db55325f9be4c7;hpb=630c35a367c77344dbb3735a59020fb7cb965fa5;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;