This commit is contained in:
Dmitry (dio) Levashov
2011-07-05 19:41:54 +04:00
parent ce718edd56
commit a82d74eff8
13 changed files with 40 additions and 30 deletions
@@ -390,7 +390,6 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
if ($this->_inpath($atarget, $this->aroot)) {
return $this->_normpath($this->root.DIRECTORY_SEPARATOR.substr($atarget, strlen($this->aroot)+1));
}
return false;
}