Fix profiling mistake.

This commit is contained in:
Andrew Garrett 2009-02-03 04:57:48 +00:00
parent d35dbd9f50
commit 4f0b501f07

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' );