src build elFinder-2.1-93c2045

This commit is contained in:
nao-pon
2020-01-21 10:26:05 +09:00
parent 6aeedc89b7
commit 560296beb3
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver
// check quarantine dir
$this->quarantine = '';
if (!empty($this->options['quarantine'])) {
if ((is_dir($this->options['quarantine']) || mkdir($this->quarantine, $this->options['dirMode'], true)) && is_writable($this->options['quarantine'])) {
if ((is_dir($this->options['quarantine']) || mkdir($this->options['quarantine'], $this->options['dirMode'], true)) && is_writable($this->options['quarantine'])) {
$this->quarantine = $this->options['quarantine'];
} else {
if (isset($hiddens['quarantine'])) {