Index: relatedlinks.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/relatedlinks/relatedlinks.module,v
retrieving revision 1.58.2.5
diff -u -p -r1.58.2.5 relatedlinks.module
--- relatedlinks.module	9 May 2008 06:23:59 -0000	1.58.2.5
+++ relatedlinks.module	9 Jul 2008 22:39:13 -0000
@@ -130,7 +130,7 @@ function relatedlinks_block($op = 'list'
       return $blocks;
     case 'view':
       // This is only valid if we're looking at a node now.
-      if (arg(0) == 'node' && is_numeric(arg(1))) {
+      if (arg(0) == 'node' && is_numeric(arg(1)) && empty(arg(2))) {
         $block = array();
         $node = node_load(arg(1));
         // Only display if node type is associated with this module.
