X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Finstall.php;h=d170c15e6433b1a32341de05f4040452581e124e;hb=288a30974a64267cd17878b31b7c51dca87302e5;hp=c996530c613e928323e8f6e6a6238b06319e60fc;hpb=863b4880ad8c244dfb8d99b8488e7e0f64513aea;p=lhc%2Fweb%2Fwiklou.git 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;