mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
Fix profiling mistake.
This commit is contained in:
parent
fedbf8ccc8
commit
782b1a20c0
|
@ -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' );
|
||||
|
|
Loading…
Reference in a new issue