installer: Fix warningBox arguments in WebInstallerRestart
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Sun, 6 Oct 2019 18:11:05 +0000 (20:11 +0200)
committerKrinkle <krinklemail@gmail.com>
Sun, 6 Oct 2019 18:41:48 +0000 (18:41 +0000)
Found in Idde7a766bb0d084d6b67bb0c940d7ad704847ad2.

Change-Id: Ia576f6c39098a58f57ad422d548d0236a3e59cce

includes/installer/WebInstallerRestart.php

index 07e2e75..109383e 100644 (file)
@@ -36,7 +36,7 @@ class WebInstallerRestart extends WebInstallerPage {
                }
 
                $this->startForm();
                }
 
                $this->startForm();
-               $s = Html::warningBox( wfMessage( 'config-help-restart' )->plain(), '', 'config-warning-box' );
+               $s = Html::warningBox( wfMessage( 'config-help-restart' )->plain(), 'config-warning-box' );
                $this->addHTML( $s );
                $this->endForm( 'restart' );
 
                $this->addHTML( $s );
                $this->endForm( 'restart' );