@@ -648,7 +648,7 @@ |
||
| 648 | 648 | $file->setMeta($meta['offset'], $meta['size'], $meta['file_path'], $meta['location']); |
| 649 | 649 | } |
| 650 | 650 | |
| 651 | - $metaInfo = array_filter($meta, function ($key) { |
|
| 651 | + $metaInfo = array_filter($meta, function($key) { |
|
| 652 | 652 | return false === in_array($key, ['offset', 'size', 'file_path', 'location', 'name'], true); |
| 653 | 653 | }, ARRAY_FILTER_USE_KEY); |
| 654 | 654 | $file->setMetaInfo($metaInfo); |