From 620a306ea42e24af211d41257fcc35d41eb33ab0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 9 Dec 2009 15:52:25 +0000 Subject: - Patch #654560 by yched: fixed taxonomy upgrade path. --- modules/taxonomy/taxonomy.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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', -- cgit v1.2.3