From 66360ef42a6bd43645f60cd73a10b19ce080277c Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 2 Jul 2009 13:59:01 +0000 Subject: Closes #859: Group forum thread-starters receive same email as participants. git-svn-id: https://code.elgg.org/elgg/trunk@3380 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups') diff --git a/mod/groups/start.php b/mod/groups/start.php index bbc27baa6..b7a99d5bc 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -138,7 +138,7 @@ $entity = $params['entity']; $to_entity = $params['to_entity']; $method = $params['method']; - if (($entity instanceof ElggEntity) && ($to_entity->guid != $entity->owner_guid) && ($entity->getSubtype() == 'groupforumtopic')) + if (($entity instanceof ElggEntity) && ($entity->getSubtype() == 'groupforumtopic')) { $descr = $entity->description; -- cgit v1.2.3