
mah at svn
Feb 10, 2012, 5:43 PM
Post #1 of 1
(17 views)
Permalink
|
|
SVN: [111225] trunk/phase3/includes/EditPage.php
|
|
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111225 Revision: 111225 Author: mah Date: 2012-02-11 01:43:34 +0000 (Sat, 11 Feb 2012) Log Message: ----------- ugh, missed this global var Modified Paths: -------------- trunk/phase3/includes/EditPage.php Modified: trunk/phase3/includes/EditPage.php =================================================================== --- trunk/phase3/includes/EditPage.php 2012-02-11 01:33:20 UTC (rev 111224) +++ trunk/phase3/includes/EditPage.php 2012-02-11 01:43:34 UTC (rev 111225) @@ -3040,7 +3040,7 @@ * @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 ) ){ _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|