X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerRestart.php;h=109383e741dc9f9e5a786dc2b3b84ca5d0706b60;hp=07e2e7513f20c6ab65e7c09e9cd14925434aae8f;hb=c96b4e13235351b03f2da790cc97de53ff86e4f7;hpb=fb04cc5a7ef629703535dccdaecd6fe02f203c81 diff --git a/includes/installer/WebInstallerRestart.php b/includes/installer/WebInstallerRestart.php index 07e2e7513f..109383e741 100644 --- a/includes/installer/WebInstallerRestart.php +++ b/includes/installer/WebInstallerRestart.php @@ -36,7 +36,7 @@ class WebInstallerRestart extends WebInstallerPage { } $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' );