We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640f68b commit 18fbba7Copy full SHA for 18fbba7
module/Core/src/Core/Form/FileCollection.php
@@ -91,9 +91,9 @@ public function getInputFilterSpecification() {
91
'type' => 'Zend\InputFilter\FileInput',
92
'required' => false,
93
);
94
- if ($validator = $this->getFileValidator()) {
+ /*if ($validator = $this->getFileValidator()) {
95
$input['validators'] = array($validator);
96
- }
+ }*///Removed file validator due to possible bug.
97
$spec = array();
98
foreach ($this->getElements() as $element) {
99
/*
0 commit comments