mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD] fix problem of session cache writting
This commit is contained in:
@@ -218,9 +218,9 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
}
|
||||
// error
|
||||
// cache to $_SESSION
|
||||
$sessionStart = @session_start();
|
||||
$sessionStart = $this->sessionRestart();
|
||||
if ($sessionStart) {
|
||||
$_SESSION[elFinder::$sessionCacheKey][$this->id]['localFileSystemInotify_disable'] = true;
|
||||
$this->sessionCache['localFileSystemInotify_disable'] = true;
|
||||
session_write_close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user