summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-09 15:52:25 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-09 15:52:25 +0000
commit620a306ea42e24af211d41257fcc35d41eb33ab0 (patch)
tree86a9edadeccb9a0f25a1f9fa0833075653e94edc /modules/taxonomy/taxonomy.install
parent65e5296401626cf89a96be83b8af15ee5957abcb (diff)
downloadbrdo-620a306ea42e24af211d41257fcc35d41eb33ab0.tar.gz
brdo-620a306ea42e24af211d41257fcc35d41eb33ab0.tar.bz2
- Patch #654560 by yched: fixed taxonomy upgrade path.
Diffstat (limited to 'modules/taxonomy/taxonomy.install')
-rw-r--r--modules/taxonomy/taxonomy.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install
index 024ce1bfc..57ae17e4b 100644
--- a/modules/taxonomy/taxonomy.install
+++ b/modules/taxonomy/taxonomy.install
@@ -335,6 +335,7 @@ function taxonomy_update_7004() {
'label' => $vocabulary->name,
'field_name' => $field_name,
'bundle' => $bundle,
+ 'object_type' => 'node',
'description' => $vocabulary->help,
'widget' => array(
'type' => $vocabulary->tags ? 'taxonomy_autocomplete' : 'select',