From ede00a1707f41b56858693fbd6e5c0769016abb0 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 1 Sep 2010 17:46:07 +0000 Subject: [PATCH] Skip install entirely if we did an upgrade --- includes/installer/WebInstallerPage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index dbbfcb8e02..9d93f9511b 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -831,6 +831,8 @@ class WebInstaller_Install extends WebInstallerPage { $status = new Status(); $status->warning( 'config-install-alreadydone' ); $this->parent->showStatusBox( $status ); + } elseif( $this->getVar( '_UpgradeDone' ) ) { + return 'skip'; } else { $this->startForm(); $this->addHTML("