diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-08-27 11:59:51 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-08-27 11:59:51 +0000 |
commit | 94bf1a44a9def2571c81502d4fdaf891b2da89cd (patch) | |
tree | 000ff2533ec06a919249091d830279d9de8ac73c /modules/user | |
parent | edd3094eae80f2ac9b8fd9bafc66430314fc3c50 (diff) | |
download | brdo-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.install | 2 |
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; |