In webform_features_machine_name_load, fetchCol is used instead of fetchField, so $nid is an array. Or node_load take an integer, not an array.

It's ok when we use drupal as it is by default, but not when began to use tools like entitycache, redis, memcache, etc.

So… patch is simple : just use fetchField ;).

Comments

duaelfr’s picture

Status: Active » Fixed

Commited in f1f75e8 and released under 7.x-3.0-beta2.
Thank you !

Status: Fixed » Closed (fixed)

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