r46755 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46754‎ | r46755 | r46756 >
Date:04:57, 3 February 2009
Author:werdna
Status:deferred (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' );

Comments

#Comment by Aaron Schulz (talk | contribs)   03:57, 5 February 2009

git bug -> reverted in r46756

#Comment by Werdna (talk | contribs)   04:48, 5 February 2009

No, not reverted. Built upon. The bug was that this commit and its two successors should have been one, with that summary.

Status & tagging log