From c975b53a7e27984470865192507779e1fa5b265e Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 11 Feb 2012 01:43:34 +0000 Subject: [PATCH] ugh, missed this global var --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ){ -- 2.20.1