From 3b0106fb899417c9661dfe4c0410ef8713aa2f8c Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sat, 27 Jun 2009 02:11:34 +0000
Subject: [PATCH] #503600 by yched: Fix typo in hook name in field.api.php.

---
 modules/field/field.api.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/field/field.api.php b/modules/field/field.api.php
index 4accf941f309..27ae70543c72 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) {
 }
 
 /**
-- 
GitLab