mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
Fix profiling mistake.
This commit is contained in:
parent
fedbf8ccc8
commit
782b1a20c0
|
@ -370,7 +370,7 @@ class Cite {
|
||||||
|
|
||||||
wfProfileIn( __METHOD__.'-cache-get' );
|
wfProfileIn( __METHOD__.'-cache-get' );
|
||||||
$ret = $wgMemc->get( $cacheKey );
|
$ret = $wgMemc->get( $cacheKey );
|
||||||
wfProfileOut( __METHOD__.'-cache' );
|
wfProfileOut( __METHOD__.'-cache-get' );
|
||||||
|
|
||||||
if ( !$ret ) {
|
if ( !$ret ) {
|
||||||
wfProfileIn( __METHOD__ .'-parse' );
|
wfProfileIn( __METHOD__ .'-parse' );
|
||||||
|
|
Loading…
Reference in a new issue