From fcd6ef61d65f08c970da791644c81f5529baefad Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 10 Nov 2013 13:02:05 +0100 Subject: [PATCH] Fix profiling error from I0a9a7f10ea (f5a0c23) Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e --- includes/SkinTemplate.php | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.20.1