diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-31 01:59:34 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-31 01:59:34 +0000 |
commit | 96cfdcf7e0d75a4a5500a52b328a535a9701f467 (patch) | |
tree | 25640d036d74a2523dac12d4a166e4738d886af1 | |
parent | f40532da769cd1dd551a42bec64dbb1aff240099 (diff) | |
download | brdo-96cfdcf7e0d75a4a5500a52b328a535a9701f467.tar.gz brdo-96cfdcf7e0d75a4a5500a52b328a535a9701f467.tar.bz2 |
#369964 follow-up by yched: Remove deprecated function call.
-rw-r--r-- | modules/field/field.attach.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 2b05937f4..2b13969be 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -395,7 +395,6 @@ function _field_attach_validate($obj_type, &$object) { // Let other modules validate the object. foreach (module_implements('field_attach_validate') as $module) { $function = $module . '_field_attach_validate'; - $function($obj_type, $object, $form); $function($obj_type, $object, $errors); } |