? .DS_Store ? locale_modules_enabled_00.patch ? make_node_optional_14.patch ? make_node_optional_15.patch ? node_decouple_system_00.patch ? node_decouple_system_01.patch ? node_decouple_system_02.patch ? node_decouple_system_03.patch ? node_decouple_system_04.patch ? includes/.new.TT4Svd ? modules/.DS_Store ? sites/.DS_Store ? sites/default/files ? sites/default/settings.php Index: modules/locale/locale.module =================================================================== RCS file: /cvs/drupal/drupal/modules/locale/locale.module,v retrieving revision 1.246 diff -u -p -r1.246 locale.module --- modules/locale/locale.module 2 Aug 2009 15:44:08 -0000 1.246 +++ modules/locale/locale.module 11 Aug 2009 10:23:59 -0000 @@ -184,6 +184,13 @@ function locale_inc_callback() { } /** + * Implement hook_modules_enabled(). + */ +function locale_modules_enabled($modules) { + locale_system_update($modules); +} + +/** * Implement hook_permission(). */ function locale_permission() { Index: modules/system/system.admin.inc =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v retrieving revision 1.169 diff -u -p -r1.169 system.admin.inc --- modules/system/system.admin.inc 5 Aug 2009 19:40:55 -0000 1.169 +++ modules/system/system.admin.inc 11 Aug 2009 10:24:02 -0000 @@ -958,11 +958,6 @@ function system_modules_submit($form, &$ $form_state['redirect'] = 'admin/structure/modules'; - // Notify locale module about module changes, so translations can be - // imported. This might start a batch, and only return to the redirect - // path after that. - module_invoke('locale', 'system_update', $new_modules); - // Synchronize to catch any actions that were added or removed. actions_synchronize();