While using the organic module, I noticed comments going into the moderation queue were causing subscription notices to be sent out.
I tracked the problem down to the fact that $edit['status'] was not set and therefore og thought its status was 0 (PUBLISHED) when it was actullay 1 (NOT_PUBLISHED). This patch fixes this problem.
| Comment | File | Size | Author |
|---|---|---|---|
| comment_35.patch | 622 bytes | Steve Dondley |
Comments
Comment #1
drummLooks like we could just remove $status and use
$edit['status']everywhere.Comment #2
moshe weitzman commentedthe one line patch submitted fixes the bug. code cleanup could come from a different patch. my .02
Comment #3
killes@www.drop.org commentedmoving
Comment #4
brianV commentedThis is fixed in D6, and not applicable in D7.
Comment #5
dpearcefl commentedConsidering the lack of activity on this issue and that Drupal v5 is no longer supported by fixes or patches, I am going to close this ticket.