diff options
| -rw-r--r-- | mod/groups/start.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/mod/groups/start.php b/mod/groups/start.php index 09c9cf17e..22c8cf0eb 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -85,9 +85,9 @@  		if (is_callable('object_notifications'))
  		if ($object instanceof ElggObject) {
  			if ($object->getSubtype() == 'groupforumtopic') {
 -				if ($object->countAnnotations('group_topic_post') > 0) {
 +				//if ($object->countAnnotations('group_topic_post') > 0) {
  					object_notifications($event, $object_type, $object);
 -				}
 +				//}
  			}
  		}
 | 
