Skip to content

Commit 24cc58e

Browse files
committed
Fix CS
1 parent 3d0dc88 commit 24cc58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/collect_file.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function prepareInputForAdd($input)
229229
if (!empty($input['type']) && $input['type'] == 'file') {
230230
$input['filter_is_file'] = 1;
231231
$input['filter_is_dir'] = 0;
232-
} elseif (!empty($input['type'])){
232+
} elseif (!empty($input['type'])) {
233233
$input['filter_is_file'] = 0;
234234
$input['filter_is_dir'] = 1;
235235
}

0 commit comments

Comments
 (0)