Merge "MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity"
[lhc/web/wiklou.git] / includes / OutputPage.php
index e9fec18..3ff0d37 100644 (file)
@@ -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();