X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=6a55d696906cd16a10216e81c76c9e78f2024086;hb=c8defe4272683625caf1b5a58697f1085481b8a3;hp=62fe7852b74a2c80e11ea30585b5b1e208d75049;hpb=2b8d66c4cd4836b44464e0b33134dd6a9d27212c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 62fe7852b7..6a55d69690 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -233,7 +233,7 @@ class WebInstallerOutput { public function getHeadAttribs() { return [ 'dir' => $this->getDir(), - 'lang' => wfBCP47( $this->getLanguageCode() ), + 'lang' => LanguageCode::bcp47( $this->getLanguageCode() ), ]; } @@ -299,9 +299,9 @@ class WebInstallerOutput {
plain();