Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php |
— | — | @@ -238,7 +238,7 @@ |
239 | 239 | |
240 | 240 | // Check SpamBlacklist, if installed |
241 | 241 | if ( function_exists( 'wfSpamBlacklistObject' ) ) { |
242 | | - $spam = wfSpamBlacklistObject(); |
| 242 | + $spam = wfSpamBlacklistObject(); // FIXME: this function exists in the 1.18wmf1 version of SpamBlacklist, but not in the trunk version |
243 | 243 | $ret = $spam->filter( $title, $value, '' ); |
244 | 244 | if ( $ret !== false ) { |
245 | 245 | return true; |