Reviewed & tested by the community
Project:
Abuse
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2009 at 20:38 UTC
Updated:
26 Mar 2010 at 09:45 UTC
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