warning: Invalid argument supplied for foreach() in /home/gulf2010/public_html/includes/form.inc on line 1205.
This is because the stored variable is empty and the form gets a NULL for default value for noderef checkboxes.
Needs the API tweaking so content_distribution_nodereference_content_retriever_views_arguments_process sets a default value (ie, empty array()) and CD core then overwrites it with the value from the variable if it exists.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 969874.content_distribution.form-warning-default-value.patch | 1.54 KB | joachim |
Comments
Comment #1
joachim commentedFixed.
#969874 by joachim: Fixed warning on views argument settings page.