--- abuse.module.orig	2008-12-15 12:42:26.000000000 -0500
+++ abuse.module	2008-12-15 12:42:51.000000000 -0500
@@ -366,9 +366,9 @@ function abuse_comment(&$comment, $op) {
     case 'delete':
       _abuse_perform_delete($comment->cid, 'comment');
     case 'update':
-      if (_abuse_get_status('comment', $comment['cid']) == 'OK') {
+      if (_abuse_get_status('comment', $comment->cid) == 'OK') {
 		if (variable_get('abuse_edit_unflag', 1)) {
-          _abuse_perform_delete($comment['cid'], 'comment');
+          _abuse_perform_delete($comment->cid, 'comment');
         }
       }
   }
