Follow up r64828. It was a typo, there's no variable called $wgDisableContentConversion
authorPlatonides <platonides@users.mediawiki.org>
Fri, 9 Apr 2010 20:47:05 +0000 (20:47 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 9 Apr 2010 20:47:05 +0000 (20:47 +0000)
includes/parser/Parser.php

index 5843a02..8fd0396 100644 (file)
@@ -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, $wgDisableTitleConversion, $wgUser, $wgRequest;
                $fname = __METHOD__.'-' . wfGetCaller();
                wfProfileIn( __METHOD__ );
                wfProfileIn( $fname );
@@ -363,7 +363,7 @@ class Parser {
 
                /**
                 * A page get its title converted except:
-                * a) Content convert is globally disabled
+                * a) Language conversion is globally disabled
                 * b) Title convert is globally disabled
                 * c) The page is a redirect page
                 * d) User request with a "linkconvert" set to "no"