r46726 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46725‎ | r46726 | r46727 >
Date:19:34, 2 February 2009
Author:werdna
Status:reverted (Comments)
Tags:
Comment:
Fix profiling mistake.
Modified paths:
  • /trunk/extensions/Cite/Cite_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/Cite_body.php
@@ -370,7 +370,7 @@
371371
372372 wfProfileIn( __METHOD__.'-cache-get' );
373373 $ret = $wgMemc->get( $cacheKey );
374 - wfProfileOut( __METHOD__.'-cache' );
 374+ wfProfileOut( __METHOD__.'-cache-get' );
375375
376376 if ( !$ret ) {
377377 wfProfileIn( __METHOD__ .'-parse' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r46738Revert r46725, r46726 "Cache cite <references /> output by contents. That way...brion21:49, 2 February 2009

Comments

#Comment by Brion VIBBER (talk | contribs)   21:49, 2 February 2009

Reverted in r46738.

Status & tagging log