X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Fparse.php;h=b87a716f622d730e1bdcc00b655b8c93050fd5ed;hp=6279a348ac7de78b17905a3fa5db55325f9be4c7;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=49748181dd56ec97e7ba7c13e684a16abceb3cc0 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;