From: Alexandre Emsenhuber Date: Sun, 10 Nov 2013 12:02:05 +0000 (+0100) Subject: Fix profiling error from I0a9a7f10ea (f5a0c23) X-Git-Tag: 1.31.0-rc.0~18200 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=fcd6ef61d65f08c970da791644c81f5529baefad;p=lhc%2Fweb%2Fwiklou.git Fix profiling error from I0a9a7f10ea (f5a0c23) Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index f25545d264..70b6305d97 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -261,6 +261,8 @@ class SkinTemplate extends Skin { $wgShowCreditsIfMax, $wgPageShowWatchingUsers, $wgArticlePath, $wgScriptPath, $wgServer; + wfProfileIn( __METHOD__ ); + $title = $this->getTitle(); $request = $this->getRequest(); $tpl = $this->setupTemplateForOutput();