--- notifications_content.module 2008-11-08 07:43:49.000000000 +0800 +++ notifications_content.module.1 2009-01-09 15:04:08.000000000 +0800 @@ -507,7 +507,8 @@ // $comment can be an object or an array. $comment = (array)$comment; - if (empty($comment['notifications_content_disable']) && $comment['status'] == 0 && ($op == 'insert' || $op == 'update' || ($op == 'publish' && !user_access('administer comments')))) { + //Make patch + if (empty($comment['notifications_content_disable']) && $comment['status'] == 0 && (($op == 'insert' && user_access('administer comments')) || $op == 'update' || ($op == 'publish' && !user_access('administer comments')))) { $event = array( 'module' => 'node', 'uid' => $comment['uid'],