diff options
Diffstat (limited to 'mod/groups/start.php')
-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 64a44bf21..fd2eecdf9 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -215,7 +215,7 @@ }
}
- if($page_owner->forum_enable == "yes"){
+ if($page_owner->forum_enable != "no"){
add_submenu_item(elgg_echo('groups:forum'),$CONFIG->wwwroot . "pg/groups/forum/{$page_owner->getGUID()}/", '1groupslinks');
}
|