X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOptions.php;h=3521fa188f4d753dbb59354f4e6b677de6695319;hb=a9252abb1cf0ad52ee25dc8c56d76a29a71d7045;hp=7bec49a369ede5b10bdfc346640d1c1eec3c1a81;hpb=e9daa066fe09dea9c06c2a59c64d8ad16be8b0bc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOptions.php b/includes/installer/WebInstallerOptions.php index 7bec49a369..3521fa188f 100644 --- a/includes/installer/WebInstallerOptions.php +++ b/includes/installer/WebInstallerOptions.php @@ -137,7 +137,7 @@ class WebInstallerOptions extends WebInstallerPage { } } else { $skinHtml .= - $this->parent->getWarningBox( wfMessage( 'config-skins-missing' )->plain() ) . + Html::warningBox( wfMessage( 'config-skins-missing' )->plain(), 'config-warning-box' ) . Html::hidden( 'config_wgDefaultSkin', $chosenSkinName ); }