Fix profiling error from I0a9a7f10ea (f5a0c23)

Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e
This commit is contained in:
Alexandre Emsenhuber 2013-11-10 13:02:05 +01:00
parent 013bc9fe35
commit fcd6ef61d6

View 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();