X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FcommandLine.inc;h=8232d529470aa2a238181287dc903231c0b164ba;hp=33299588fda09f958d6a8b2a404f85eae0dd1f07;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=08324f14b457e8c7e8394480df48b82d9a92576d diff --git a/maintenance/commandLine.inc b/maintenance/commandLine.inc index 33299588fd..8232d52947 100644 --- a/maintenance/commandLine.inc +++ b/maintenance/commandLine.inc @@ -67,5 +67,5 @@ class CommandLineInc extends Maintenance { } } -$maintClass = 'CommandLineInc'; +$maintClass = CommandLineInc::class; require RUN_MAINTENANCE_IF_MAIN;