diff options
-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 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;
|