| @@ -260,7 +260,7 @@ | ||
| 260 | 260 | // can pass it to new loader instance as marker, | 
| 261 | 261 | // if they want to iterate inside a directory. | 
| 262 | 262 | |
| 263 | -        $files = array_map(function ($file) { | |
| 263 | +        $files = array_map(function($file) { | |
| 264 | 264 |              $path = explode('/', $file['name']); | 
| 265 | 265 | $file['filename'] = array_pop($path); | 
| 266 | 266 | |