diff options
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index b95d083d0..c10f85085 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -661,7 +661,7 @@ function _field_attach_preprocess($obj_type, &$object) { * * TODO D7: We do not yet know if this really belongs in Field API. */ -function _field_attach_prepare_translation(&$node) { +function _field_attach_prepare_translation($node) { // Prevent against invalid 'nodes' built by broken 3rd party code. if (isset($node->type)) { $type = content_types($node->type); |