Nagging message due to copy-and-past mistake:

 function wf_field_property_get($entity, array $options, $name, $entity_type, &$context) {
   module_load_include('inc', 'wf_field', 'includes/wf_field_property.wrapper');
   // @todo clarify
-  return new WfFieldPropertyWrapper($entity, $options, $name, $entity_type, &$context);
+  return new WfFieldPropertyWrapper($entity, $options, $name, $entity_type, $context);
 }

Comments

frega’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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