mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[php:VD] fix sync of subdirs cache on folder copy/move
This commit is contained in:
@@ -1501,6 +1501,10 @@ class elFinderVolumeBox extends elFinderVolumeDriver
|
||||
curl_close($curl);
|
||||
|
||||
if ($result && isset($result->id)) {
|
||||
if ($type === 'folders' && isset($this->sessionCache['subdirs'])) {
|
||||
$this->sessionCache['subdirs'][$targetDir] = true;
|
||||
}
|
||||
|
||||
return $this->_joinPath($targetDir, $result->id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user