--- comment_notify/comment_notify.module	2007-11-03 21:39:02.000000000 +0900
+++ comment_notify.module	2007-11-19 12:05:17.000000000 +0900
@@ -340,11 +340,11 @@
     $languages = locale_supported_languages();
     $languages = $languages['name'];
   }
-    $nid = $comment->nid;
-    $cid = $comment->cid;
-    $commname= $comment->name;
-    $commtext= $comment->comment;
-    $commsubj= $comment->subject;
+    $nid = $comment[nid];
+    $cid = $comment[cid];
+    $commname= $comment[name];
+    $commtext= $comment[comment];
+    $commsubj= $comment[subject];
    
     
 
