Index: notifications_team.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/notifications_team/notifications_team.module,v
retrieving revision 1.1.2.10.2.29
diff -u -p -r1.1.2.10.2.29 notifications_team.module
--- notifications_team.module	25 Aug 2010 21:37:07 -0000	1.1.2.10.2.29
+++ notifications_team.module	16 Feb 2011 17:15:01 -0000
@@ -476,7 +476,7 @@ function notifications_team_comment(&$co
         }
 
         $nid = $comment['nid'];
-        notifications_team_update($nid, $uids, empty($comment->notifications_content_disable));
+        notifications_team_update($nid, $uids, empty($comment['notifications_content_disable']));
       }
       break;
   }
