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=f1189284588d626e257bb8cfa43e7a8d60c0453f 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;