From 118e91cc4048905446ee46fa87af60a96c996c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 29 Aug 2007 14:57:50 +0000 Subject: #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on --- modules/system/system.admin.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/system/system.admin.inc') 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; } -- cgit v1.2.3