mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:LocalFileSystem] fix notice error of options['keepTimestamp']
for any extended driver
This commit is contained in:
@@ -184,7 +184,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
);
|
||||
}
|
||||
|
||||
if ($this->options['keepTimestamp']) {
|
||||
if (! empty($this->options['keepTimestamp'])) {
|
||||
$this->options['keepTimestamp'] = array_flip($this->options['keepTimestamp']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user