Closed (fixed)
Project:
Multiupload Filefield Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2012 at 11:31 UTC
Updated:
6 Jul 2012 at 01:59 UTC
If we do something like this, to prevent validate-extensions:
$form['field_files'][LANGUAGE_NONE][0]['#upload_validators']['file_validate_extensions'] = array();
mfw, throws a notice. Patch fixes the notice.
| Comment | File | Size | Author |
|---|---|---|---|
| mfw-notice-validator.patch | 928 bytes | amitaibu |
Comments
Comment #1
czigor commentedMakes sense, committed. Thanks!
Comment #3
cweagans