src build elFinder-2.1-16ecb35

This commit is contained in:
nao-pon
2016-01-14 23:06:35 +09:00
parent f283fb73c6
commit 5b01aa2fd0
7 changed files with 32 additions and 9 deletions
+2
View File
@@ -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();
}
/**