src build elFinder-2.1-a7b9370

This commit is contained in:
nao-pon
2017-04-24 22:32:47 +09:00
parent 8bba1f7476
commit 8e62188e4a
12 changed files with 33 additions and 21 deletions
+2 -1
View File
@@ -148,7 +148,8 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
$this->tmpPath = $tmp;
}
if (!$this->tmpPath && $this->tmbPath && $this->tmbPathWritable) {
// fallback of $this->tmp
if (!$this->tmpPath && $this->tmbPathWritable) {
$this->tmpPath = $this->tmbPath;
}