[VD:LocalFileSystem] fix notice error of options['keepTimestamp']

for any extended driver
This commit is contained in:
nao-pon
2016-07-13 22:02:09 +09:00
parent 04a2a8f3ad
commit 9e150c828b
+1 -1
View File
@@ -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']);
}
}