The spam module API was updated, renaming spam_filter() to spam_content_filter(). This was necessary as Drupal defines a _filter(). This patch updates the trackback module to work with the new API.

CommentFileSizeAuthor
#1 trackback_8.patch1.52 KBjeremy
trackback_7.patch1.53 KBjeremy

Comments

jeremy’s picture

StatusFileSize
new1.52 KB

Updated the patch to check for the function we plan to use. (in one place we were checking for spam_content_filter() then using spam_ip_filter()).

jeremy’s picture

Can this be merged sometime soon? I'm starting to get error reports related to this. The latest version of the spam module will not detect trackback spam until this patch is merged in. The spam module change was necessary due to namespace collision.

ankur’s picture

Status: Needs review » Fixed

Thanks. Committed to HEAD, DRUPAL-4-6.

-Ankur

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)