From d61e0e8d39618bf532feb25d5e17a428ab8b4847 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Wed, 16 Sep 2009 00:04:30 +0000
Subject: [PATCH] #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(+)

diff --git a/install.php b/install.php
index 5322b46770c9..82f6756f6094 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();
 
-- 
GitLab