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.
| Comment | File | Size | Author |
|---|---|---|---|
| buddylist_2.patch | 653 bytes | allie micka |
Comments
Comment #1
marcoBauli commented+1 same Warning,
applied patch manually and worked fine for me!
Thank you
Comment #2
fagoplease try again with the latest version and report if the problem persists.
I've done some fixes to the buddygroup code
Comment #3
(not verified) commented