From efcb56c626f77f5eba68441fe9008531e6842da0 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 26 Feb 2009 11:50:14 +0000 Subject: Fixed the first-post forum topic notification error. Fixes #816 git-svn-id: https://code.elgg.org/elgg/trunk@2960 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 4 ++-- 1 file 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); - } + //} } } -- cgit v1.2.3