r111225 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111224‎ | r111225 | r111226 >
Date:01:43, 11 February 2012
Author:mah
Status:reverted
Tags:
Comment:
ugh, missed this global var
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -3040,7 +3040,7 @@
30413041 * @param $match array|string|bool Text (or array of texts) which triggered one or more filters
30423042 */
30433043 public function spamPageWithContent( $match = false ) {
3044 - global $wgOut;
 3044+ global $wgOut, $wgLang;
30453045 $this->textbox2 = $this->textbox1;
30463046
30473047 if( is_array( $match ) ){

Follow-up revisions

RevisionCommit summaryAuthorDate
r111361revert r111225 and r111201mah12:40, 13 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111201part 1 of fix for Bug 30332 - API spamblocklist error should provide *all* bl...mah21:13, 10 February 2012

Status & tagging log