X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=6a55d696906cd16a10216e81c76c9e78f2024086;hp=e4eb255bbd52f79b1d6694b34e33bb9b5f36ad99;hb=5af3ad33ed1b27bd5f77038c89844d513d078cba;hpb=49748181dd56ec97e7ba7c13e684a16abceb3cc0 diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index e4eb255bbd..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() ), ]; }