diff --git a/comment_notify.module b/comment_notify.module
index 87f2cb7..6f2e1c7 100644
--- a/comment_notify.module
+++ b/comment_notify.module
@@ -430,7 +430,7 @@ function _comment_notify_mailalert($comment) {
   // Send to a subscribed author if they are not the current commenter
   $author = user_load($node->uid);
 
-  if (!empty($author->comment_notify_settings->node_notify) && $author->node_notify_mailalert == 1 && $user->uid != $author->uid && node_access('view', $node, $author)) {
+  if (!empty($author->comment_notify_settings->node_notify) && $comment->uid != $author->uid && node_access('view', $node, $author)) {
     // Get the author's language.
     $language = user_preferred_language($author);
     $raw_values = array(
