Ticket #6462: 6462.01.patch
File 6462.01.patch, 480 bytes (added by , 10 years ago) |
---|
-
src/bp-groups/bp-groups-functions.php
diff --git src/bp-groups/bp-groups-functions.php src/bp-groups/bp-groups-functions.php index 3a02bed..1a17a5e 100644
function groups_invite_user( $args = '' ) { 1081 1081 */ 1082 1082 function groups_uninvite_user( $user_id, $group_id ) { 1083 1083 1084 if ( ! BP_Groups_Member::delete _invite( $user_id, $group_id ) )1084 if ( ! BP_Groups_Member::delete( $user_id, $group_id ) ) 1085 1085 return false; 1086 1086 1087 1087 /**