diff options
Diffstat (limited to 'mod/groups')
-rw-r--r-- | mod/groups/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php index 62e786f6f..f9ea4f404 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -126,7 +126,7 @@ $entity = $params['entity'];
$to_entity = $params['to_entity'];
$method = $params['method'];
- if (($entity instanceof ElggEntity) && ($entity->getSubtype() == 'groupforumtopic'))
+ if (($entity instanceof ElggEntity) && ($to_entity->guid != $entity->owner_guid) && ($entity->getSubtype() == 'groupforumtopic'))
{
$descr = $entity->description;
|