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.

Comments

n20’s picture

Status: Active » Needs review
StatusFileSize
new417 bytes

Heres a patch against dev.

Leagnus’s picture

Issue summary: View changes

Yep, #1 removes the error. Thank you!