aboutsummaryrefslogtreecommitdiff
path: root/mod/groups
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-07-02 13:59:01 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-07-02 13:59:01 +0000
commit66360ef42a6bd43645f60cd73a10b19ce080277c (patch)
treeb42ce89374809726f13dbab3865a5956b0e0409c /mod/groups
parent9312895b42871eb6a8e7a9aa495acde27566b587 (diff)
downloadelgg-66360ef42a6bd43645f60cd73a10b19ce080277c.tar.gz
elgg-66360ef42a6bd43645f60cd73a10b19ce080277c.tar.bz2
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
Diffstat (limited to 'mod/groups')
-rw-r--r--mod/groups/start.php2
1 files changed, 1 insertions, 1 deletions
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;