Hi,
all of a sudden ideal_comments caused an warning on a site im working on.
Warning: array_unshift() expects parameter 1 to be array, null given in locale_form_comment_form_alter() (line 407 of /data/disk/o1/static/platform/d001/modules/locale/locale.module).
It seems like $form['actions']['preview']['#submit'] is overriden by ideal_comments wich causes this warning.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ideal_comments-submit-preview-fix-2048145.patch | 417 bytes | n20 |
Comments
Comment #1
n20 commentedHeres a patch against dev.
Comment #2
Leagnus commentedYep, #1 removes the error. Thank you!