warning: array_merge() [function.array-merge]: Argument #2 is not an array in /modules/comment_cck/comment_cck.module on line 106.
adding "dvm($comment_fields);" to line 105 shows the variable to be NULL when submitting valid data.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | comment_cck_fieldgroup_refactor.patch | 3.39 KB | a_c_m |
Comments
Comment #1
a_c_m commentedAttached is a patch that fixes this, it also re-factors some of the code in comment_cck_comment() to avoid code duplication.
Comment #2
a_c_m commentedCommitted - http://drupal.org/cvs?commit=241264
Comment #3
nashINATOR commentedThis patch is causing the wrong comment to show the update message in:
For example if update was made to a cck field during creating comment #53 then the update will show up in #52 (one before)