mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-12-04 20:18:12 +00:00
Fix profiling mistake.
This commit is contained in:
parent
d35dbd9f50
commit
4f0b501f07
|
@ -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