src build elFinder-2.1-9b007ac

This commit is contained in:
nao-pon
2015-12-28 21:23:27 +09:00
parent d8f7cfcb4f
commit 9a86d9b302
7 changed files with 15 additions and 11 deletions
@@ -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;
}