Fix profiling mistake.

This commit is contained in:
Andrew Garrett 2009-02-02 19:34:51 +00:00
parent fedbf8ccc8
commit 782b1a20c0

View file

@ -370,7 +370,7 @@ class Cite {
wfProfileIn( __METHOD__.'-cache-get' );
$ret = $wgMemc->get( $cacheKey );
wfProfileOut( __METHOD__.'-cache' );
wfProfileOut( __METHOD__.'-cache-get' );
if ( !$ret ) {
wfProfileIn( __METHOD__ .'-parse' );