summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-27 11:59:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-27 11:59:51 +0000
commit94bf1a44a9def2571c81502d4fdaf891b2da89cd (patch)
tree000ff2533ec06a919249091d830279d9de8ac73c /modules/user
parentedd3094eae80f2ac9b8fd9bafc66430314fc3c50 (diff)
downloadbrdo-94bf1a44a9def2571c81502d4fdaf891b2da89cd.tar.gz
brdo-94bf1a44a9def2571c81502d4fdaf891b2da89cd.tar.bz2
#895032 by Sutharsan, clemens.tolboom: Fixed Upgrade fails on missing file_usage() table.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.install b/modules/user/user.install
index a246379ee..9bf8f9b5f 100644
--- a/modules/user/user.install
+++ b/modules/user/user.install
@@ -353,7 +353,7 @@ function user_update_dependencies() {
);
// user_update_7013 relies on system_update_7060.
$dependencies['user'][7013] = array(
- 'system' => 7060,
+ 'system' => 7059,
);
return $dependencies;