upload (connector) updated

This commit is contained in:
Dmitry (dio) Levashov
2011-08-31 21:58:54 +04:00
parent eccc05713a
commit 9ffad2ee1a
8 changed files with 309 additions and 311 deletions
+1 -1
View File
@@ -812,7 +812,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
// find symlinks
$symlinks = $this->_findSymlinks($dir);
// remove arc copy
$this->doRm($dir);
$this->remove($dir);
if ($symlinks) {
return $this->setError(elFinder::ERROR_ARC_SYMLINKS);