Merge "Fixed typo"
[lhc/web/wiklou.git] / includes / installer / WebInstallerPage.php
index a193afb..f1340d7 100644 (file)
@@ -422,6 +422,7 @@ class WebInstaller_Welcome extends WebInstallerPage {
                } else {
                        $this->parent->showStatusMessage( $status );
                }
+               return '';
        }
 
 }