$form['#attributes']['class'] should be an array as defined here: http://api.drupal.org/api/drupal/developer--topics--forms_api_reference....
The form editablefields_form is setting class as a string as opposed to an array of one string. This is causing Renderable elements module to fire a fatal error (http://drupal.org/node/1316020).
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | editablefields-add_class_as_array-1433514.patch | 619 bytes | dtarc |
Comments
Comment #1
dtarc commentedPatch attach
Comment #2
johnvbetter status
Comment #3
dags commentedSeems reasonable. Committed. Thanks!