r85032 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85031‎ | r85032 | r85033 >
Date:18:45, 30 March 2011
Author:maxsem
Status:ok
Tags:
Comment:
Fixed fatal in r84971
Modified paths:
  • /trunk/phase3/maintenance/install.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/install.php
@@ -70,7 +70,7 @@
7171 $installer->showStatusMessage( $status );
7272 return;
7373 }
74 - if( !$this->getVar( 'env-checks' ) ) {
 74+ if( !$this->hasOption( 'env-checks' ) ) {
7575 $installer->execute();
7676 $installer->writeConfigurationFile( $this->getOption( 'confpath', $IP ) );
7777 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r85435MFT: r84431, r84464, r84543, r84553, r84573, r84574, r84577, r84729, r84765, ...demon14:00, 5 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84971minor cleanupdemon17:34, 29 March 2011

Status & tagging log