--- comment_notify.module.orig	2011-01-28 12:34:54.000000000 -0500
+++ comment_notify.module	2011-01-28 12:35:48.000000000 -0500
@@ -437,7 +437,7 @@ function _comment_notify_mailalert($comm
   // 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) && $author->comment_notify_settings->node_notify == 1 && $user->uid != $author->uid && node_access('view', $node, $author)) {
     // Get the author's language.
     $language = user_preferred_language($author);
     $raw_values = array(
