summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
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);
}