X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerName.php;h=981e3a811348a02db425afe3f8085b90e3ee3ef2;hb=d6ed082b6d66adfc5f603d8b573deaef83d4e045;hp=8314fd2803db8b55dce7a13fd617abdd0c470fc1;hpb=1658759d42a5d802e29a71c3fd70ae127afd3e46;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerName.php b/includes/installer/WebInstallerName.php index 8314fd2803..981e3a8113 100644 --- a/includes/installer/WebInstallerName.php +++ b/includes/installer/WebInstallerName.php @@ -28,10 +28,8 @@ class WebInstallerName extends WebInstallerPage { */ public function execute() { $r = $this->parent->request; - if ( $r->wasPosted() ) { - if ( $this->submit() ) { - return 'continue'; - } + if ( $r->wasPosted() && $this->submit() ) { + return 'continue'; } $this->startForm(); @@ -117,7 +115,7 @@ class WebInstallerName extends WebInstallerPage { 'value' => true, ] ) . $this->getFieldsetEnd() . - $this->parent->getInfoBox( wfMessage( 'config-almost-done' )->text() ) . + $this->parent->getInfoBox( wfMessage( 'config-almost-done' )->plain() ) . // getRadioSet() builds a set of labeled radio buttons. // For grep: The following messages are used as the item labels: // config-optional-continue, config-optional-skip