@@ -98,7 +98,7 @@ |
||
| 98 | 98 | */ |
| 99 | 99 | public function setAllowedExtensions(array $ext) |
| 100 | 100 | { |
| 101 | - $this->allowed_extensions = array_map(function ($value) { |
|
| 101 | + $this->allowed_extensions = array_map(function($value) { |
|
| 102 | 102 | return mb_strtolower($value); |
| 103 | 103 | }, $ext); |
| 104 | 104 | |