- Patch #654560 by yched: fixed taxonomy upgrade path.

merge-requests/26/head
Dries Buytaert 2009-12-09 15:52:25 +00:00
parent 65e5296401
commit 620a306ea4
1 changed files with 1 additions and 0 deletions

View File

@ -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',