- Patch #441180 by bjaspan: added a point.
parent
34ed1f2a37
commit
fdd553f627
|
@ -735,7 +735,7 @@ function _field_attach_delete_bundle($bundle) {
|
|||
field_delete_instance($instance['field_name'], $bundle);
|
||||
}
|
||||
|
||||
// Let other modules act on deleting the bundle
|
||||
// Let other modules act on deleting the bundle.
|
||||
foreach (module_implements('field_attach_delete_bundle') as $module) {
|
||||
$function = $module . '_field_attach_delete_bundle';
|
||||
$function($bundle, $instances);
|
||||
|
|
Loading…
Reference in New Issue