From 14ca813c7e101d68d10cc80eeaf4c3edac394c07 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 26 Dec 2005 21:43:30 +0000 Subject: [PATCH] ucfirst class name for profiling --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1