IAlex has uploaded a new change for review.
https://gerrit.wikimedia.org/r/94604
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/04/94604/1
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: newchange
Gerrit-Change-Id: Ief49a93208729a544f51fa635311c599c0ae8f6e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IAlex <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits