r110059 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110058‎ | r110059 | r110060 >
Date:14:01, 26 January 2012
Author:rsterbin
Status:ok
Tags:aft 
Comment:
Followup to r109385 - fixed missing global for abuse config flag
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php
@@ -30,7 +30,9 @@
3131 * Execute the API call: Save the form values
3232 */
3333 public function execute() {
34 - global $wgUser, $wgArticleFeedbackv5SMaxage;
 34+ global $wgUser, $wgArticleFeedbackv5SMaxage,
 35+ $wgArticleFeedbackv5AbuseFiltering;
 36+
3537 $params = $this->extractRequestParams();
3638
3739 // Blocked users are, well, blocked.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109385Abuse filtering is now turned off by default, as this feature needs to be on ...rsterbin16:12, 18 January 2012

Status & tagging log