summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.php b/install.php
index 5322b4677..82f6756f6 100644
--- a/install.php
+++ b/install.php
@@ -1424,6 +1424,11 @@ function install_finished(&$install_state) {
// profile, and possibly any other menu items created through the tasks.
menu_rebuild();
+ // Rebuild the database cache of node types, so that any node types added
+ // by newly installed modules are registered correctly and initialized with
+ // the necessary fields.
+ node_types_rebuild();
+
// Register actions declared by any modules.
actions_synchronize();