mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
ftp driver - upoad files complete
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user