src build elFinder-2.1-2a1b838

This commit is contained in:
nao-pon
2017-04-17 21:37:51 +09:00
parent 26cc7e0065
commit a125a89ee4
5 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -2817,7 +2817,7 @@ abstract class elFinderVolumeDriver {
$tempPath = $this->tmp;
} else if (function_exists('sys_get_temp_dir')) {
$tempPath = sys_get_temp_dir();
} else if (isset($this->tmbPath) && $this->tmbPath && is_writable($this->tmbPath)) {
} else if ($this->tmbPathWritable) {
$tempPath = $this->tmbPath;
}
if ($tempPath && DIRECTORY_SEPARATOR !== '/') {