X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Finstall.php;h=d170c15e6433b1a32341de05f4040452581e124e;hp=c996530c613e928323e8f6e6a6238b06319e60fc;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=3cc7f15766b65b9b3cba865760e590e948b5ba2a diff --git a/maintenance/install.php b/maintenance/install.php index c996530c61..d170c15e64 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -168,6 +168,6 @@ class CommandLineInstaller extends Maintenance { } } -$maintClass = 'CommandLineInstaller'; +$maintClass = CommandLineInstaller::class; require_once RUN_MAINTENANCE_IF_MAIN;