From: Mark A. Hershberger Date: Sat, 11 Feb 2012 01:43:34 +0000 (+0000) Subject: ugh, missed this global var X-Git-Tag: 1.31.0-rc.0~24778 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=c975b53a7e27984470865192507779e1fa5b265e;p=lhc%2Fweb%2Fwiklou.git ugh, missed this global var --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 3a560b88be..4669ad8667 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -3040,7 +3040,7 @@ HTML * @param $match array|string|bool Text (or array of texts) which triggered one or more filters */ public function spamPageWithContent( $match = false ) { - global $wgOut; + global $wgOut, $wgLang; $this->textbox2 = $this->textbox1; if( is_array( $match ) ){