summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-18 04:36:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-18 04:36:38 +0000
commitaea6fe8feb2393b92b11044dda37a24b8b249d68 (patch)
tree3d8ee6f8bf1eb8be54ff4c07e36ee970ff30d9e7 /modules/taxonomy/taxonomy.install
parentc1ca8a08da8edfa0c7710e48169d8974d934978a (diff)
downloadbrdo-aea6fe8feb2393b92b11044dda37a24b8b249d68.tar.gz
brdo-aea6fe8feb2393b92b11044dda37a24b8b249d68.tar.bz2
#563106 follow-up by adrian: More upgrade path fixes.
Diffstat (limited to 'modules/taxonomy/taxonomy.install')
-rw-r--r--modules/taxonomy/taxonomy.install4
1 files changed, 4 insertions, 0 deletions
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;
}