Changeset 4137 for trunk/bp-groups/bp-groups-actions.php
- Timestamp:
- 03/12/2011 09:25:51 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-actions.php
r3982 r4137 83 83 } else { 84 84 // Create the forum if enable_forum = 1 85 if ( function_exists( 'bp_forums_setup' ) && '' == groups_get_groupmeta( $bp->groups->new_group_id, 'forum_id' ) ) {85 if ( bp_is_active( 'forums' ) && '' == groups_get_groupmeta( $bp->groups->new_group_id, 'forum_id' ) ) { 86 86 groups_new_group_forum(); 87 87 }
Note: See TracChangeset
for help on using the changeset viewer.