Re: Bug in groups module
So my opinion is that some function called ‘send-invites’ working incorrect! It’s makes group admin invite to a friend like somebodys request to join the group.
Workaround i’ve found for this bug – just comment line 272 in mu-plugin/bp-groups.php (//bp_core_add_subnav_item( $bp, ‘send-invites’, __(‘Send Invites’, ‘buddypress’), $group_link, ‘groups_screen_group_invite’, ‘group-invite’, $is_member ) And you will delete option for sending invites from groups admins panel to friends.
Maybe somebody can fix this ‘send-invite’ thing?