X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Finstall.php;h=16b8ccf837ce350cf0bf9cccd22b4d6acd3eb1bf;hb=03293f1f693d9acb4c6b00a50fedfcaac4b51a91;hp=28a1746d9ec37d69d0004a4cef5bd9b60d098058;hpb=e9daa066fe09dea9c06c2a59c64d8ad16be8b0bc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/install.php b/maintenance/install.php index 28a1746d9e..16b8ccf837 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -133,6 +133,8 @@ class CommandLineInstaller extends Maintenance { if ( !$envChecksOnly ) { $status = $installer->execute(); if ( !$status->isGood() ) { + $installer->showStatusMessage( $status ); + return false; } $installer->writeConfigurationFile( $this->getOption( 'confpath', $IP ) );