X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=3ff0d37d5981f890e3ae8da88ab3067d78cee962;hb=20fcd7b9138824e3f677225d66e1efd6e233d832;hp=e9fec184f9aca0cb0de1b34ad16b34c5a874ff29;hpb=c2b18742f3933d9931a910f74e2a3d1d4d4ae1ec;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index e9fec184f9..3ff0d37d59 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2602,6 +2602,8 @@ $templates public function headElement( Skin $sk, $includeStyle = true ) { global $wgContLang; + $section = new ProfileSection( __METHOD__ ); + $userdir = $this->getLanguage()->getDir(); $sitedir = $wgContLang->getDir();