Closed (fixed)
Project:
Drag'n'Drop Uploads
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2009 at 14:19 UTC
Updated:
7 Jan 2010 at 04:06 UTC
You can choose in the DnDU option box an illegal upload widget, for instance a text widget.
If you do that you have a WSOD when you look at a content of this type ... AND a warning when coming back into your CCK type warning: array_values() [function.array-values]: The argument should be an array in ...dragndrop_uploads.module on line 146
Comments
Comment #1
decipheredHi Annakan,
Thanks for pointing that one out.
Simple fix:
Change line #14 of modules/filefield.inc from:
To:
Will be committed ASAP.
Cheers,
Deciphered.
Comment #2
decipheredForgot to mark this issue as fixed: http://drupal.org/cvs?commit=307628
Cheers,
Deciphered.
Comment #3
deciphered