- Enable multiselection for attachments uploading in capable browsers (#1485969)

This commit is contained in:
alecpl
2011-05-03 08:18:40 +00:00
parent 4d7fbd508a
commit 7fc056c3ff
4 changed files with 17 additions and 17 deletions

View File

@@ -271,7 +271,7 @@ class html_inputfield extends html
protected $type = 'text';
protected $allowed = array('type','name','value','size','tabindex',
'autocomplete','checked','onchange','onclick','disabled','readonly',
'spellcheck','results','maxlength','src');
'spellcheck','results','maxlength','src','multiple');
/**
* Object constructor