ftp driver - upoad files complete

This commit is contained in:
Dmitry (dio) Levashov
2011-11-10 00:31:52 +04:00
parent 8485610bee
commit 0a77ce5984
3 changed files with 14 additions and 23 deletions
+2 -2
View File
@@ -1364,7 +1364,7 @@ abstract class elFinderVolumeDriver {
$w = $s[0];
$h = $s[1];
}
// $this->clearcache();
if (($path = $this->_save($fp, $dstpath, $name, $mime, $w, $h)) == false) {
return false;
}
@@ -1373,7 +1373,7 @@ abstract class elFinderVolumeDriver {
if (isset($removed)) {
$this->removed[] = $removed;
}
return $this->stat($path);
}