installer: Fix warningBox arguments in WebInstallerRestart
[lhc/web/wiklou.git] / includes / installer / WebInstallerRestart.php
index be55c32..109383e 100644 (file)
@@ -36,7 +36,7 @@ class WebInstallerRestart extends WebInstallerPage {
                }
 
                $this->startForm();
-               $s = $this->parent->getWarningBox( wfMessage( 'config-help-restart' )->plain() );
+               $s = Html::warningBox( wfMessage( 'config-help-restart' )->plain(), 'config-warning-box' );
                $this->addHTML( $s );
                $this->endForm( 'restart' );