From aea6fe8feb2393b92b11044dda37a24b8b249d68 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 18 Feb 2010 04:36:38 +0000 Subject: #563106 follow-up by adrian: More upgrade path fixes. --- modules/taxonomy/taxonomy.install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install index d84797fcb..1a98b0d75 100644 --- a/modules/taxonomy/taxonomy.install +++ b/modules/taxonomy/taxonomy.install @@ -215,6 +215,9 @@ function taxonomy_update_dependencies() { $dependencies['taxonomy'][7002] = array( 'system' => 7049, ); + $dependencies['user'][7006] = array( + 'taxonomy' => 7002, + ); $dependencies['system'][7050] = array( 'taxonomy' => 7002, ); @@ -222,6 +225,7 @@ function taxonomy_update_dependencies() { $dependencies['node'][7006] = array( 'taxonomy' => 7002, ); + return $dependencies; } -- cgit v1.2.3