Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -218,7 +218,7 @@ |
219 | 219 | $this->endForm( 'continue' ); |
220 | 220 | return 'output'; |
221 | 221 | } |
222 | | - return $this->handleExistingUpgrade( $vars ); |
| 222 | + //return $this->handleExistingUpgrade( $vars ); |
223 | 223 | } |
224 | 224 | |
225 | 225 | // If there is no $wgUpgradeKey, tell the user to add one to LocalSettings.php |