Index: messaging_sendto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/messaging_sendto/messaging_sendto.module,v
retrieving revision 1.1
diff -u -p -r1.1 messaging_sendto.module
--- messaging_sendto.module	18 Dec 2008 18:46:41 -0000	1.1
+++ messaging_sendto.module	14 May 2009 04:12:33 -0000
@@ -103,7 +103,7 @@ function messaging_sendto_block($op = 'l
 function messaging_sendto_nodeapi(&$node, $op, $teaser, $page) {
   switch ($op) {
     case 'view':
-      if (!$teaser) {
+      if (!$teaser && user_access('forward content')) {
         $formtype = variable_get('messaging_sendto_type_'. $node->type, FALSE);
         if ($formtype > 1) {
           $node->content['messaging_sendto'] = array(
