Index: trunk/phase3/maintenance/install.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | $installer->showStatusMessage( $status ); |
72 | 72 | return; |
73 | 73 | } |
74 | | - if( !$this->getVar( 'env-checks' ) ) { |
| 74 | + if( !$this->hasOption( 'env-checks' ) ) { |
75 | 75 | $installer->execute(); |
76 | 76 | $installer->writeConfigurationFile( $this->getOption( 'confpath', $IP ) ); |
77 | 77 | } |