diff --git a/core/modules/user/user.install b/core/modules/user/user.install index dca417c..c47d338 100644 --- a/core/modules/user/user.install +++ b/core/modules/user/user.install @@ -655,7 +655,7 @@ function user_update_8011() { if (!module_exists('image')) { // Install image.module with schema version 8002 as a previous version // would have to create tables that would be removed again. - $old_schema = update_module_enable(array('image'), 8002); + $old_schema = update_module_enable(array('image'), 8003); if ($old_schema['image'] == SCHEMA_UNINSTALLED) { // If image.module was not installed before, install default // configuration and run the install hook.