From: Raimond Spekking Date: Fri, 9 Apr 2010 20:34:53 +0000 (+0000) Subject: Follow-up r64819: PHP Notice: Undefined variable: wgDisableContentConversion in... X-Git-Tag: 1.31.0-rc.0~37188 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=47f2ddfa4e0352a5e88233ce9a7913c78daec45a;p=lhc%2Fweb%2Fwiklou.git Follow-up r64819: PHP Notice: Undefined variable: wgDisableContentConversion in /www/w/includes/parser/Parser.php on line 379 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 00467cdf03..a4669fcf19 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -303,7 +303,7 @@ class Parser { * to internalParse() which does all the real work. */ - global $wgUseTidy, $wgAlwaysUseTidy, $wgContLang, $wgDisableLangConversion, $wgUser, $wgRequest, $wgDisableTitleConversion; + global $wgUseTidy, $wgAlwaysUseTidy, $wgContLang, $wgDisableLangConversion, $wgUser, $wgRequest, $wgDisableTitleConversion, $wgDisableContentConversion; $fname = __METHOD__.'-' . wfGetCaller(); wfProfileIn( __METHOD__ ); wfProfileIn( $fname );