$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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dtarc’s picture

Patch attach

johnv’s picture

Status: Active » Needs review

better status

dags’s picture

Status: Needs review » Fixed

Seems reasonable. Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.