src build elFinder-2.1-6741b74

This commit is contained in:
nao-pon
2020-02-28 00:17:58 +09:00
parent 178a064fa5
commit c0ecddadfb
7 changed files with 168 additions and 48 deletions
+5 -1
View File
@@ -1144,7 +1144,11 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver
}
// extract in quarantine
$this->unpackArchive($path, $arc, $archive ? true : $dir);
try {
$this->unpackArchive($path, $arc, $archive ? true : $dir);
} catch(Exception $e) {
return $this->setError($e->getMessage());
}
// get files list
try {