Closed (fixed)
Project:
Thickbox
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2007 at 08:42 UTC
Updated:
5 Sep 2007 at 20:21 UTC
at the beginning of function thickbox_field_formatter() (line 137) there's a check
if (!isset($item['fid'])) {
unfortunately the value $item['fid'] is set to 0 which makes this check not work.
replacing the check with
if (empty($item['fid'])) {
makes things work as expected.
Comments
Comment #1
frjo commentedCommitted, thanks for the report!
Comment #2
drewish commentedlooks like the status didn't updated.
Comment #3
(not verified) commented