Active
Project:
Comment Moderation
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2010 at 04:49 UTC
Updated:
17 Feb 2010 at 04:49 UTC
The url used to report comments as spam has changed in the new version of Mollom.
To fix, change line 203 of comment_moderation.module from this:
'href' => 'mollom/comment/'. $comment->cid,
to this:
'href' => 'mollom/report/comment/'. $comment->cid,