Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php |
— | — | @@ -30,7 +30,9 @@ |
31 | 31 | * Execute the API call: Save the form values |
32 | 32 | */ |
33 | 33 | public function execute() { |
34 | | - global $wgUser, $wgArticleFeedbackv5SMaxage; |
| 34 | + global $wgUser, $wgArticleFeedbackv5SMaxage, |
| 35 | + $wgArticleFeedbackv5AbuseFiltering; |
| 36 | + |
35 | 37 | $params = $this->extractRequestParams(); |
36 | 38 | |
37 | 39 | // Blocked users are, well, blocked. |