- Patch #441180 by bjaspan: added a point.

merge-requests/26/head
Dries Buytaert 2009-04-30 14:41:41 +00:00
parent 34ed1f2a37
commit fdd553f627
1 changed files with 1 additions and 1 deletions

View File

@ -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);