Comment out unreachable code line
authorSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 20:33:35 +0000 (20:33 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 20:33:35 +0000 (20:33 +0000)
includes/installer/WebInstallerPage.php

index 3b31ab5..5310a40 100644 (file)
@@ -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