diff options
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index f2da46c45..7971899b8 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -586,7 +586,7 @@ function hook_field_attach_delete_revision($obj_type, $object) { * @param $teaser * Whether to display the teaser only, as on the main page. */ -function hook_field_attach_view($output, $obj_type, $object, $teaser) { +function hook_field_attach_view_alter($output, $obj_type, $object, $teaser) { } /** |