From ad7ea423f593da6ca062aef0b4e87c668434a57b Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 29 Dec 2010 17:15:46 +0000 Subject: [PATCH] Followup r78823: just remove the offending line entirely --- includes/installer/WebInstallerPage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 3b748d5adc..62fd1917f5 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -218,7 +218,6 @@ class WebInstaller_ExistingWiki extends WebInstallerPage { $this->endForm( 'continue' ); return 'output'; } - //return $this->handleExistingUpgrade( $vars ); } // If there is no $wgUpgradeKey, tell the user to add one to LocalSettings.php -- 2.20.1