src build elFinder-2.1-b52857e

This commit is contained in:
nao-pon
2016-02-27 17:03:47 +09:00
parent 3c8cbfd529
commit a75bbf5898
8 changed files with 22 additions and 14 deletions
+6 -2
View File
@@ -171,8 +171,12 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
}
if (!$this->quarantine) {
$this->archivers['extract'] = array();
$this->disabled[] = 'extract';
if (!$this->tmp) {
$this->archivers['extract'] = array();
$this->disabled[] = 'extract';
} else {
$this->quarantine = $this->tmp;
}
}
if ($this->options['quarantine']) {