Closed (won't fix)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.6-1
Component:
optionwidgets.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2007 at 09:16 UTC
Updated:
11 Jan 2012 at 16:40 UTC
Comments
Comment #1
KiberGus-1 commentedI have the same problem. Replacing $keys = array($items['key']); with $keys = (array)$items['key']; on line 153 seems to fix things too. As I understand, optionwidgets_widget is triggered twice, once with keys as arrays and onother with keys as strings. I'll use your patch, because I don't want to test mine.
Comment #2
karens commentedThe D5 version is no longer being supported. Sorry.