X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerDocument.php;h=f79d272153ea441daf36b8685695d1bb691774c4;hb=a95290576c220473b1816a63ae0734dc3829d542;hp=43fe7483c5fa6cd6e53b08f95562f8a627d44c84;hpb=c5d44cc0cfcb8053479f617f4a5c2427178948dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerDocument.php b/includes/installer/WebInstallerDocument.php index 43fe7483c5..f79d272153 100644 --- a/includes/installer/WebInstallerDocument.php +++ b/includes/installer/WebInstallerDocument.php @@ -29,7 +29,7 @@ abstract class WebInstallerDocument extends WebInstallerPage { public function execute() { $text = $this->getFileContents(); $text = InstallDocFormatter::format( $text ); - $this->parent->output->addWikiTextInterface( $text ); + $this->parent->output->addWikiTextAsInterface( $text ); $this->startForm(); $this->endForm( false ); }