From: Chad Horohoe Date: Wed, 29 Dec 2010 17:15:46 +0000 (+0000) Subject: Followup r78823: just remove the offending line entirely X-Git-Tag: 1.31.0-rc.0~33001 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=ad7ea423f593da6ca062aef0b4e87c668434a57b;p=lhc%2Fweb%2Fwiklou.git Followup r78823: just remove the offending line entirely --- 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