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.
| Comment | File | Size | Author |
|---|---|---|---|
| abuse.module.nodestatus.dmadruga.patch | 884 bytes | dmadruga |
Comments
Comment #1
c4rl commentedWas working through some other status-related issues and included these fixes in #713602: Watchlist does not update abuse_status properly
Comment #2
niteman commentedReviewed and tested