Fixed profiling
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 20 Aug 2004 14:50:03 +0000 (14:50 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 20 Aug 2004 14:50:03 +0000 (14:50 +0000)
includes/MessageCache.php

index 059af8d..47da59a 100755 (executable)
@@ -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" );