w/s fixups
[lhc/web/wiklou.git] / includes / installer / WebInstallerPage.php
index 902b620..60f6d58 100644 (file)
@@ -368,6 +368,7 @@ class WebInstaller_DBConnect extends WebInstallerPage {
                $r = $this->parent->request;
                if ( $r->wasPosted() ) {
                        $status = $this->submit();
+
                        if ( $status->isGood() ) {
                                $this->setVar( '_UpgradeDone', false );
                                return 'continue';