Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | * @private |
126 | 126 | */ |
127 | 127 | function getContent( $def_text = '' ) { |
128 | | - global $wgOut, $wgRequest, $wgParser, $wgContLang; |
| 128 | + global $wgOut, $wgRequest, $wgParser; |
129 | 129 | |
130 | 130 | wfProfileIn( __METHOD__ ); |
131 | 131 | # Get variables from query string :P |
Index: trunk/phase3/includes/HistoryPage.php |
— | — | @@ -380,7 +380,7 @@ |
381 | 381 | * @return string HTML output |
382 | 382 | */ |
383 | 383 | function getStartBody() { |
384 | | - global $wgScript, $wgUser, $wgOut, $wgContLang; |
| 384 | + global $wgScript, $wgUser, $wgOut; |
385 | 385 | $this->lastRow = false; |
386 | 386 | $this->counter = 1; |
387 | 387 | $this->oldIdChecked = 0; |