? dif
cvs diff: Diffing .
Index: send.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/send/send.inc,v
retrieving revision 1.9.2.6
diff -u -p -r1.9.2.6 send.inc
--- send.inc	3 Mar 2008 03:34:17 -0000	1.9.2.6
+++ send.inc	11 May 2008 17:28:11 -0000
@@ -609,7 +609,7 @@ function _send_body($message, $nids, $mo
   }
   
   // let modules prepend / append stuff to the body, or otherwise modify it
-  $body = _send_hook_modify($body, 'node', $module, $node->type, $node);
+  $body = _send_hook_modify($body, 'body', $module, '', NULL);
   return $body;
 }
 
cvs diff: Diffing po
