summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-29 14:57:50 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-29 14:57:50 +0000
commit118e91cc4048905446ee46fa87af60a96c996c8e (patch)
tree711299f43ce8fb8e9a872910bc8bb146944c7c9b /install.php
parent89aef5b74f6eff31f80427e246a7a81fe52feb42 (diff)
downloadbrdo-118e91cc4048905446ee46fa87af60a96c996c8e.tar.gz
brdo-118e91cc4048905446ee46fa87af60a96c996c8e.tar.bz2
#155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 4 insertions, 0 deletions
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);
}