summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-22 21:17:10 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-22 21:17:10 -0400
commit5fc8343de6074e0d99c76413e28e310cf0e23ef4 (patch)
tree60f9934f2535fb876642095e03b2189d89d26041 /modules
parent803ae47d63f0a9e74edf02902b5508febe484510 (diff)
downloadbrdo-5fc8343de6074e0d99c76413e28e310cf0e23ef4.tar.gz
brdo-5fc8343de6074e0d99c76413e28e310cf0e23ef4.tar.bz2
- Patch #1107384 by droplet: wrong instance definition in node.module.
Diffstat (limited to 'modules')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
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(