? 304926_notify_anons.patch
? 305259_hide_form_if_no_access.patch
? 311253_object_is_object.patch
Index: comment_notify.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.module,v
retrieving revision 1.8.2.8
diff -u -p -r1.8.2.8 comment_notify.module
--- comment_notify.module	8 Sep 2008 14:54:36 -0000	1.8.2.8
+++ comment_notify.module	21 Sep 2008 20:45:30 -0000
@@ -58,7 +58,7 @@ function comment_notify_form_alter($form
 
   // Only add the checkbox if this is an enabled content type
   $node = node_load($form['nid']['#value']);
-  $enabled_types = variable_get('comment_notify_node_types', array($node-type => TRUE));
+  $enabled_types = variable_get('comment_notify_node_types', array($node->type => TRUE));
   if (empty($enabled_types[$node->type])) {
     return;
   }
