r72124 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72123‎ | r72124 | r72125 >
Date:17:46, 1 September 2010
Author:demon
Status:ok
Tags:
Comment:
Skip install entirely if we did an upgrade
Modified paths:
  • /trunk/phase3/includes/installer/WebInstallerPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstallerPage.php
@@ -831,6 +831,8 @@
832832 $status = new Status();
833833 $status->warning( 'config-install-alreadydone' );
834834 $this->parent->showStatusBox( $status );
 835+ } elseif( $this->getVar( '_UpgradeDone' ) ) {
 836+ return 'skip';
835837 } else {
836838 $this->startForm();
837839 $this->addHTML("<ul>");

Status & tagging log