Index: og_forum.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/og_forum/Attic/og_forum.module,v
retrieving revision 1.11.2.11.2.10
diff -u -u -p -r1.11.2.11.2.10 og_forum.module
--- og_forum.module	9 Oct 2007 18:57:07 -0000	1.11.2.11.2.10
+++ og_forum.module	13 Oct 2007 14:35:25 -0000
@@ -552,6 +552,11 @@ function og_forum_nodeapi($node, $op, $t
       }
       break;
     case 'view':
+      // Don't do anything when handling teasers
+      if ($teaser) {
+        break;
+      }
+
       // If we're viewing a forum post in a group forum, set that
       // group as the context.
       if ($page && $node->og_forum_nid) {
