--- og_aggregator.module	2009-11-09 20:33:20.000000000 +1100
+++ og_aggregatorNew.module	2009-11-11 09:59:51.000000000 +1100
@@ -152,7 +152,7 @@ function og_aggregator_access($type, $ob
       }
       break;
     case 'group':
-      if(og_is_group_type($object->type)) {
+      if((node_access('view', $object)) && og_is_group_type($object->type)) {
         return TRUE;
       }
   }
