Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -3040,7 +3040,7 @@ |
3041 | 3041 | * @param $match array|string|bool Text (or array of texts) which triggered one or more filters |
3042 | 3042 | */ |
3043 | 3043 | public function spamPageWithContent( $match = false ) { |
3044 | | - global $wgOut; |
| 3044 | + global $wgOut, $wgLang; |
3045 | 3045 | $this->textbox2 = $this->textbox1; |
3046 | 3046 | |
3047 | 3047 | if( is_array( $match ) ){ |