- Timestamp:
- 05/25/2018 11:12:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/ajax.php
r12107 r12126 108 108 109 109 } else { 110 groups_record_activity( 111 array( 112 'type' => 'joined_group', 113 'item_id' => $group->id, 114 ) 115 ); 110 if ( bp_is_active( 'activity' ) ) { 111 groups_record_activity( 112 array( 113 'type' => 'joined_group', 114 'item_id' => $group->id, 115 ) 116 ); 117 } 116 118 117 119 // User is now a member of the group
Note: See TracChangeset
for help on using the changeset viewer.