Fix profiling error from I0a9a7f10ea (f5a0c23)
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 10 Nov 2013 12:02:05 +0000 (13:02 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 10 Nov 2013 12:02:05 +0000 (13:02 +0100)
Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e

includes/SkinTemplate.php

index f25545d..70b6305 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();