]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Closes #859: Group forum thread-starters receive same email as participants.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 2 Jul 2009 13:59:01 +0000 (13:59 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 2 Jul 2009 13:59:01 +0000 (13:59 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3380 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/start.php

index bbc27baa6b93d519a89204e050ece5fbb6327d88..b7a99d5bca14975c25211a19caacac5aad891a64 100644 (file)
                        $entity = $params['entity'];\r
                        $to_entity = $params['to_entity'];\r
                        $method = $params['method'];\r
-                       if (($entity instanceof ElggEntity) && ($to_entity->guid != $entity->owner_guid) && ($entity->getSubtype() == 'groupforumtopic'))\r
+                       if (($entity instanceof ElggEntity) && ($entity->getSubtype() == 'groupforumtopic'))\r
                        {\r
 \r
                                $descr = $entity->description;\r