X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerDocument.php;h=5241b3c52435cbda6962ba463280f8756939fd5e;hb=76a8bfa27824257b6e388aec4937fa041a8eb662;hp=f79d272153ea441daf36b8685695d1bb691774c4;hpb=4077b57759756ecd0d25427ec9598feb28a28ac1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerDocument.php b/includes/installer/WebInstallerDocument.php index f79d272153..5241b3c524 100644 --- a/includes/installer/WebInstallerDocument.php +++ b/includes/installer/WebInstallerDocument.php @@ -32,6 +32,7 @@ abstract class WebInstallerDocument extends WebInstallerPage { $this->parent->output->addWikiTextAsInterface( $text ); $this->startForm(); $this->endForm( false ); + return ''; } /**