[buddypress-trac] [BuddyPress] #1597: Bug: Group Invites Friends
    buddypress-trac at lists.automattic.com 
    buddypress-trac at lists.automattic.com
       
    Thu Jan 14 15:50:58 UTC 2010
    
    
  
#1597: Bug: Group Invites Friends
--------------------------+-------------------------------------------------
Reporter:  _DorsVenabili  |       Owner:     
    Type:  defect         |      Status:  new
Priority:  major          |   Milestone:  1.2
Keywords:  group invite   |  
--------------------------+-------------------------------------------------
Comment(by _DorsVenabili):
 Following the trace, I noticed that the issue cause is not working is in
 the file: /wp-content/plugins/buddypress/bp-friends.php in the function
 that starts in line 573:
 function friends_get_friends_invite_list( $user_id = false, $group_id )
 Inside this function is called the function: $friend_ids =
 friends_get_alphabetically( $user_id ); (line 579) and after that, the
 function is calling the array: $friend_ids['friends'] but that array DO
 NOT exists, instead that one, the right name is: $friend_ids['users'].
 With this change, now I can see some names in the list to invite to the
 group, but still doesn't works properly, some names appear twice (but
 better this than no-one).
-- 
Ticket URL: <http://trac.buddypress.org/ticket/1597#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list