Fix profiling error from I0a9a7f10ea (f5a0c23)
Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e
This commit is contained in:
parent
013bc9fe35
commit
fcd6ef61d6
1 changed files with 2 additions and 0 deletions
|
|
@ -261,6 +261,8 @@ class SkinTemplate extends Skin {
|
|||
$wgShowCreditsIfMax, $wgPageShowWatchingUsers, $wgArticlePath,
|
||||
$wgScriptPath, $wgServer;
|
||||
|
||||
wfProfileIn( __METHOD__ );
|
||||
|
||||
$title = $this->getTitle();
|
||||
$request = $this->getRequest();
|
||||
$tpl = $this->setupTemplateForOutput();
|
||||
|
|
|
|||
Loading…
Reference in a new issue