From d61e0e8d39618bf532feb25d5e17a428ab8b4847 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 16 Sep 2009 00:04:30 +0000 Subject: #577298 by David_Rothstein: Fixed body field on non-node module-added node types when included from an installation profile. --- install.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.php') 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(); -- cgit v1.2.3