X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=blobdiff_plain;f=maintenance%2Fparse.php;h=b87a716f622d730e1bdcc00b655b8c93050fd5ed;hb=14d08d1df93a9e2d98d505769be94c96b348f8c5;hp=6279a348ac7de78b17905a3fa5db55325f9be4c7;hpb=659864b8ad7c23362426206c0993af8a3317d9ee;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;