diff --git a/core/modules/taxonomy/taxonomy.install b/core/modules/taxonomy/taxonomy.install index 1de9d59..d1e7c26 100644 --- a/core/modules/taxonomy/taxonomy.install +++ b/core/modules/taxonomy/taxonomy.install @@ -206,7 +206,7 @@ function taxonomy_update_dependencies() { // Convert the 'tid' column of the taxonomy reference field to 'target_id' // after the field tables have been reorganized. $dependencies['taxonomy'][8007] = array( - 'field' => 8003, + 'field' => 8006, ); return $dependencies; }