src build elFinder-2.1-516147c

This commit is contained in:
nao-pon
2016-01-20 17:12:29 +09:00
parent cfc5312fd4
commit c7428e139e
10 changed files with 53 additions and 21 deletions
@@ -141,6 +141,9 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
$this->tmp = $this->options['tmpPath'];
}
}
if (!$this->tmp && ($tmp = elFinder::getStaticVar('commonTempPath'))) {
$this->tmp = $tmp;
}
// if no thumbnails url - try detect it
if ($root['read'] && !$this->tmbURL && $this->URL) {