summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/field/field.api.php2
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) {
}
/**