diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-02-21 23:51:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-02-21 23:51:45 +0000 |
commit | 0a50c581d83d2d8801ee5a9e78c127941f346d97 (patch) | |
tree | 4b2cba1bd87fbf26fe9d73fde8e588d91e8461e7 /modules/system | |
parent | 9ce37d2f4ce937a54dbec5f69f6ec4899aa757de (diff) | |
download | brdo-0a50c581d83d2d8801ee5a9e78c127941f346d97.tar.gz brdo-0a50c581d83d2d8801ee5a9e78c127941f346d97.tar.bz2 |
- Patch #545518 by sun, Xano: move Locale module specific code out of module.inc and system.module.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.admin.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index d40a6e070..2a7dc15a5 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1181,11 +1181,6 @@ function system_modules_submit($form, &$form_state) { } $form_state['redirect'] = 'admin/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', $actions['install']); } /** |