Changeset 11763 for trunk/src/bp-groups/bp-groups-actions.php
- Timestamp:
- 12/08/2017 12:22:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-actions.php
r11761 r11763 195 195 if ( !isset($_POST['group-show-forum']) ) { 196 196 $group_enable_forum = 0; 197 } else {198 // Create the forum if enable_forum = 1.199 if ( bp_is_active( 'forums' ) && !groups_get_groupmeta( $bp->groups->new_group_id, 'forum_id' ) ) {200 groups_new_group_forum();201 }202 197 } 203 198
Note: See TracChangeset
for help on using the changeset viewer.