mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-16ecb35
This commit is contained in:
@@ -2875,6 +2875,7 @@ abstract class elFinderVolumeDriver {
|
||||
if ($is_root) {
|
||||
$this->sessionRestart();
|
||||
$this->sessionCache['rootstat'][$rootKey] = elFinder::sessionDataEncode($ret);
|
||||
elFinder::sessionWrite();
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
@@ -3062,6 +3063,7 @@ abstract class elFinderVolumeDriver {
|
||||
$this->cache = $this->dirsCache = array();
|
||||
$this->sessionRestart();
|
||||
unset($this->sessionCache['rootstat'][md5($this->root)]);
|
||||
elFinder::sessionWrite();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user