? notifications_custom
? notifications_feed
? notifications_group
? notifications_mail2web
? notifications_mixed
? po
Index: notifications_content/notifications_content.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/notifications/notifications_content/notifications_content.module,v
retrieving revision 1.4.2.9.2.36.2.16
diff -u -p -b -w -r1.4.2.9.2.36.2.16 notifications_content.module
--- notifications_content/notifications_content.module	13 Nov 2009 14:10:49 -0000	1.4.2.9.2.36.2.16
+++ notifications_content/notifications_content.module	2 Dec 2009 23:27:23 -0000
@@ -867,6 +867,7 @@ function notifications_content_token_val
         $values['node-url'] = url('node/'. $node->nid, array('absolute' => TRUE));
         $values['node-teaser-raw'] = !empty($node->teaser) ? $node->teaser : '';
         $values['node-body-raw'] = !empty($node->body) ? $node->body : '';
+        $values['comment-reply-url'] = url('comment/reply/'. $node->nid, array('absolute' => TRUE));
         return $values;
       }
       break;
