diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-27 02:11:34 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-27 02:11:34 +0000 |
commit | 3b0106fb899417c9661dfe4c0410ef8713aa2f8c (patch) | |
tree | 12b5af866e0c2f25f8e3fd7c233f307dc9e2a191 /modules/field/field.api.php | |
parent | a13835fd27e9b4adbdd1def236e6773c8ae45198 (diff) | |
download | brdo-3b0106fb899417c9661dfe4c0410ef8713aa2f8c.tar.gz brdo-3b0106fb899417c9661dfe4c0410ef8713aa2f8c.tar.bz2 |
#503600 by yched: Fix typo in hook name in field.api.php.
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 4accf941f..27ae70543 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -680,7 +680,7 @@ function hook_field_attach_create_bundle($bundle) { * * See field_attach_rename_bundle() for details and arguments. */ -function hook_field_rename_bundle($bundle_old, $bundle_new) { +function hook_field_attach_rename_bundle($bundle_old, $bundle_new) { } /** |