Closed (fixed)
Project:
Buddylist
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2006 at 19:46 UTC
Updated:
8 Jan 2007 at 21:01 UTC
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