X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2FcommandLine.inc;h=8232d529470aa2a238181287dc903231c0b164ba;hb=f43ed0b70f0ad2d769f0630cd06d70b8e4ad66b4;hp=33299588fda09f958d6a8b2a404f85eae0dd1f07;hpb=d8d2b2873f7cc7a81290f462e6584ae68c937c7a;p=lhc%2Fweb%2Fwiklou.git 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;