From: Antoine Musso Date: Mon, 26 Dec 2005 21:43:30 +0000 (+0000) Subject: ucfirst class name for profiling X-Git-Tag: 1.6.0~875 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=14ca813c7e101d68d10cc80eeaf4c3edac394c07;p=lhc%2Fweb%2Fwiklou.git ucfirst class name for profiling --- diff --git a/includes/Parser.php b/includes/Parser.php index 769445963e..64255ea073 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -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 ) {