mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:LocalFileSystem,S3] fix some notice errors
This commit is contained in:
@@ -136,6 +136,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
parent::configure();
|
||||
|
||||
// set $this->tmp by options['tmpPath']
|
||||
$this->tmp = '';
|
||||
if (!empty($this->options['tmpPath'])) {
|
||||
if ((is_dir($this->options['tmpPath']) || @mkdir($this->options['tmpPath'], 0755, true)) && is_writable($this->options['tmpPath'])) {
|
||||
$this->tmp = $this->options['tmpPath'];
|
||||
|
||||
Reference in New Issue
Block a user