Index: trunk/phase3/includes/api/ApiParse.php |
— | — | @@ -65,7 +65,7 @@ |
66 | 66 | |
67 | 67 | // The parser needs $wgTitle to be set, apparently the |
68 | 68 | // $title parameter in Parser::parse isn't enough *sigh* |
69 | | - global $wgParser, $wgUser, $wgTitle, $wgEnableParserCache, $wgLang; |
| 69 | + global $wgParser, $wgUser, $wgTitle, $wgLang; |
70 | 70 | |
71 | 71 | // Currently unnecessary, code to act as a safeguard against any change in current behaviour of uselang breaks |
72 | 72 | $oldLang = null; |