Open andrewtrell opened 14 years ago
hello Andrew & Byrne,
this should fix the notification bug:
Change row 15 at lib/CommentSubscribe/Plugin.pm , from
if ( $obj->visible || $obj->junk_status == 1 ) {
to
if ( $obj->visible ) {
Does it work for you? :-)
Cheers
I confirm that the above patch fixes the double notification issue.
That is, if "Immediately approve comments from" is set to "No one"..
The notifications are still sent out, even if the comment has not been approved. Then, if you approve it, the notifications are all sent out again.
Looks like just a small, but important bug.