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 @@
832
832
$status = new Status();
833
833
$status->warning( 'config-install-alreadydone' );
834
834
$this->parent->showStatusBox( $status );
835
+ } elseif( $this->getVar( '_UpgradeDone' ) ) {
836
+ return 'skip';
835
837
} else {
836
838
$this->startForm();
837
839
$this->addHTML("<ul>");
Status & tagging log
09:20, 20 November 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r72124
[
removed:
new
added:
ok]