mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[php:core,VD] fix #1074 startPath for multi volumes
This commit is contained in:
@@ -73,6 +73,9 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
}
|
||||
}
|
||||
$this->root = $this->getFullPath($this->root, $cwd);
|
||||
if (!empty($this->options['startPath'])) {
|
||||
$this->options['startPath'] = $this->getFullPath($this->options['startPath'], $cwd);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user