summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-16 00:04:30 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-16 00:04:30 +0000
commitd61e0e8d39618bf532feb25d5e17a428ab8b4847 (patch)
tree4b2652f23d2b93fb5b146cd6ab3f4f50f6a1cd14 /install.php
parent8bce697843a71014f1ce009f74eb11be96c9183b (diff)
downloadbrdo-d61e0e8d39618bf532feb25d5e17a428ab8b4847.tar.gz
brdo-d61e0e8d39618bf532feb25d5e17a428ab8b4847.tar.bz2
#577298 by David_Rothstein: Fixed body field on non-node module-added node types when included from an installation profile.
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();