X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FCliInstaller.php;h=661c3ec0b5c28848206ba9c4f49c4b39df60ef83;hb=72e3f117f4e411bd9aef66eaca44e19e13caa5c7;hp=7ecb71c4f3961ee1d2758dfb25a7578c27be0975;hpb=3071f1fad720f1773864621158a0c59b73124896;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index 7ecb71c4f3..661c3ec0b5 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -199,7 +199,7 @@ class CliInstaller extends Installer { } } - if ( !$status->isOk() ) { + if ( !$status->isOK() ) { echo "\n"; exit( 1 ); }