From 782b1a20c0e52d076e18d348a3f0c7a143f3d195 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Mon, 2 Feb 2009 19:34:51 +0000 Subject: [PATCH] Fix profiling mistake. --- Cite_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cite_body.php b/Cite_body.php index 787de86a5..435528042 100644 --- a/Cite_body.php +++ b/Cite_body.php @@ -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' );