From: Max Semenik Date: Wed, 30 Mar 2011 18:45:13 +0000 (+0000) Subject: Fixed fatal in r84971 X-Git-Tag: 1.31.0-rc.0~31119 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=57080f377903872dcd5faa86e858304a5d9fe1da;p=lhc%2Fweb%2Fwiklou.git Fixed fatal in r84971 --- diff --git a/maintenance/install.php b/maintenance/install.php index caaf285066..87a2494cee 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -70,7 +70,7 @@ class CommandLineInstaller extends Maintenance { $installer->showStatusMessage( $status ); return; } - if( !$this->getVar( 'env-checks' ) ) { + if( !$this->hasOption( 'env-checks' ) ) { $installer->execute(); $installer->writeConfigurationFile( $this->getOption( 'confpath', $IP ) ); }