When I attempt to add a buddy to a group, I get:

warning: Invalid argument supplied for foreach() in /drupal/modules/contrib/buddylist/buddylist.module on line 640.
warning: Invalid argument supplied for foreach() in /drupal/modules/contrib/buddylist/buddylist.module on line 640.

The code is iterating through $form_values here, and expecting each item to be an array of $buddy => array(). This is not the case for e.g. submit and form_id.

CommentFileSizeAuthor
buddylist_2.patch653 bytesallie micka

Comments

marcoBauli’s picture

+1 same Warning,

applied patch manually and worked fine for me!

Thank you

fago’s picture

Status: Needs review » Fixed

please try again with the latest version and report if the problem persists.
I've done some fixes to the buddygroup code

Anonymous’s picture

Status: Fixed » Closed (fixed)