From 5fc8343de6074e0d99c76413e28e310cf0e23ef4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 22 Apr 2011 21:17:10 -0400 Subject: - Patch #1107384 by droplet: wrong instance definition in node.module. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/node/node.module b/modules/node/node.module index a59a5b1e4..fb3756de2 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -569,7 +569,7 @@ function node_add_body_field($type, $label = 'Body') { 'entity_type' => 'node', 'bundle' => $type->type, 'label' => $label, - 'widget_type' => 'text_textarea_with_summary', + 'widget' => array('type' => 'text_textarea_with_summary'), 'settings' => array('display_summary' => TRUE), 'display' => array( 'default' => array( -- cgit v1.2.3