Skip to content
Snippets Groups Projects
Commit d61e0e8d authored by Angie Byron's avatar Angie Byron
Browse files

#577298 by David_Rothstein: Fixed body field on non-node module-added node...

#577298 by David_Rothstein: Fixed body field on non-node module-added node types when included from an installation profile.
parent 8bce6978
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment