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 3d0dc88 commit 24cc58eCopy full SHA for 24cc58e
inc/collect_file.class.php
@@ -229,7 +229,7 @@ public function prepareInputForAdd($input)
229
if (!empty($input['type']) && $input['type'] == 'file') {
230
$input['filter_is_file'] = 1;
231
$input['filter_is_dir'] = 0;
232
- } elseif (!empty($input['type'])){
+ } elseif (!empty($input['type'])) {
233
$input['filter_is_file'] = 0;
234
$input['filter_is_dir'] = 1;
235
}
0 commit comments