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 --- install.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.php') diff --git a/install.php b/install.php index 603db7db5..59ad4ba5c 100644 --- a/install.php +++ b/install.php @@ -731,6 +731,10 @@ function install_tasks($profile, $task) { // Rebuild menu to get content type links registered by the profile, // and possibly any other menu items created through the tasks. menu_rebuild(); + + // Register actions declared by any modules. + actions_synchronize(); + variable_set('install_profile', $profile); } -- cgit v1.2.3