From: Sam Reed Date: Wed, 22 Dec 2010 20:33:35 +0000 (+0000) Subject: Comment out unreachable code line X-Git-Tag: 1.31.0-rc.0~33174 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=096c292aaa138328f399d5aefb1df58b2e8837d3;p=lhc%2Fweb%2Fwiklou.git Comment out unreachable code line --- diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 3b31ab522f..5310a4077a 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -218,7 +218,7 @@ class WebInstaller_ExistingWiki extends WebInstallerPage { $this->endForm( 'continue' ); return 'output'; } - return $this->handleExistingUpgrade( $vars ); + //return $this->handleExistingUpgrade( $vars ); } // If there is no $wgUpgradeKey, tell the user to add one to LocalSettings.php