When I "remove" a node through the admin interface of Abuse the node status is set to -1. It seems status -1 doesn't mean anything for D6. I change the code to set $node->status = 0 instead of -1.

Find patch attached.

CommentFileSizeAuthor
abuse.module.nodestatus.dmadruga.patch884 bytesdmadruga

Comments

c4rl’s picture

Status: Active » Needs review

Was working through some other status-related issues and included these fixes in #713602: Watchlist does not update abuse_status properly

niteman’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed and tested