diff options
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 57dec37e6..fb71b4762 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -817,6 +817,9 @@ function system_modules_submit($form, &$form_state) { // path after that. module_invoke('locale', 'system_update', $new_modules); + // Synchronize to catch any actions that were added or removed. + actions_synchronize(); + return; } |