From: Tim Starling Date: Fri, 20 Aug 2004 14:50:03 +0000 (+0000) Subject: Fixed profiling X-Git-Tag: 1.5.0alpha1~2285 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=9a1e0094207c2f71773b6b2a731bd515040108a7;p=lhc%2Fweb%2Fwiklou.git Fixed profiling --- diff --git a/includes/MessageCache.php b/includes/MessageCache.php index 059af8d31d..47da59a43e 100755 --- a/includes/MessageCache.php +++ b/includes/MessageCache.php @@ -28,8 +28,8 @@ class MessageCache $this->mInitialised = true; wfProfileIn( "$fname-parseropt" ); $this->mParserOptions = ParserOptions::newFromUser( $u=NULL ); - wfProfileIn( "$fname-parseropt" ); - wfProfileOut( "$fname-parser" ); + wfProfileOut( "$fname-parseropt" ); + wfProfileIn( "$fname-parser" ); $this->mParser = new Parser; wfProfileOut( "$fname-parser" );