Changeset 5402 for trunk/bp-groups/bp-groups-actions.php
- Timestamp:
- 11/28/2011 01:33:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-actions.php
r5302 r5402 89 89 } else { 90 90 // Create the forum if enable_forum = 1 91 if ( bp_is_active( 'forums' ) && '' ==groups_get_groupmeta( $bp->groups->new_group_id, 'forum_id' ) ) {91 if ( bp_is_active( 'forums' ) && !groups_get_groupmeta( $bp->groups->new_group_id, 'forum_id' ) ) { 92 92 groups_new_group_forum(); 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.