jenkins-bot has submitted this change and it was merged.

Change subject: Fix profiling error from I0a9a7f10ea (f5a0c23)
......................................................................


Fix profiling error from I0a9a7f10ea (f5a0c23)

Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e
---
M includes/SkinTemplate.php
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index f25545d..70b6305 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -261,6 +261,8 @@
                        $wgShowCreditsIfMax, $wgPageShowWatchingUsers, 
$wgArticlePath,
                        $wgScriptPath, $wgServer;
 
+               wfProfileIn( __METHOD__ );
+
                $title = $this->getTitle();
                $request = $this->getRequest();
                $tpl = $this->setupTemplateForOutput();

-- 
To view, visit https://gerrit.wikimedia.org/r/94604
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IAlex <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to