From 714597a9cdb42c3ca0df843f7f6a7351c6e06e39 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Oct 2009 12:44:36 +0000 Subject: - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable. --- modules/taxonomy/taxonomy.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.install') diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install index 5fd904cf4..17749dc5a 100644 --- a/modules/taxonomy/taxonomy.install +++ b/modules/taxonomy/taxonomy.install @@ -256,7 +256,7 @@ function taxonomy_update_7002() { ->fields(array('machine_name' => 'vocabulary_' . $vid)) ->condition('vid', $vid) ->execute(); - field_attach_create_bundle($machine_name); + field_attach_create_bundle('taxonomy_term', $machine_name); } } -- cgit v1.2.3