Needs review
Project:
Webform Multifile
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2011 at 19:24 UTC
Updated:
11 Aug 2011 at 19:26 UTC
Jump to comment: Most recent file
The theme_webform_display_multifile() function throws errors when the form is submitted, but no files have been selected for upload.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1246690-allow-empty-field.patch | 982 bytes | cyborg_572 |
Comments
Comment #1
cyborg_572 commentedThis patch adds a check to make sure that $element['#value'] is not null before iterating over it.