Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.4
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2009 at 07:11 UTC
Updated:
18 Jul 2009 at 12:00 UTC
1005: '#default_value' => $field['widget']['type'] ? $field['widget']['type'] : $default_widget,
$default_widget is never assigned with anything.
Comments
Comment #1
yched commentedIndeed. Looks like a leftover from a previous UI iteration, but I can't really track it back.
I don't think I see how, in the current UI, this form could be displayed without $field['widget']['type'] being actually set, but I committed a fix.