ucfirst class name for profiling
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 26 Dec 2005 21:43:30 +0000 (21:43 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 26 Dec 2005 21:43:30 +0000 (21:43 +0000)
includes/Parser.php

index 7694459..64255ea 100644 (file)
@@ -2195,7 +2195,7 @@ class Parser
         * @access private
         */
        function variableSubstitution( $matches ) {
-               $fname = 'parser::variableSubstitution';
+               $fname = 'Parser::variableSubstitution';
                $varname = $matches[1];
                wfProfileIn( $fname );
                if ( !$this->mVariables ) {