Merge "Do not escape title attribute twice for tooltip-iwiki"
[lhc/web/wiklou.git] / includes / SkinTemplate.php
index f39c7df..1704570 100644 (file)
@@ -261,6 +261,8 @@ class SkinTemplate extends Skin {
                        $wgShowCreditsIfMax, $wgPageShowWatchingUsers, $wgArticlePath,
                        $wgScriptPath, $wgServer;
 
+               wfProfileIn( __METHOD__ );
+
                $title = $this->getTitle();
                $request = $this->getRequest();
                $tpl = $this->setupTemplateForOutput();