Followup r78823: just remove the offending line entirely
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 29 Dec 2010 17:15:46 +0000 (17:15 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 29 Dec 2010 17:15:46 +0000 (17:15 +0000)
includes/installer/WebInstallerPage.php

index 3b748d5..62fd191 100644 (file)
@@ -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