Posted by dmadruga on June 10, 2009 at 8:38pm
Jump to:
| Project: | abuse |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
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.
| Attachment | Size |
|---|---|
| abuse.module.nodestatus.dmadruga.patch | 884 bytes |
Comments
#1
Was working through some other status-related issues and included these fixes in #713602: Watchlist does not update abuse_status properly
#2
Reviewed and tested