mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[php] call sesseion_write_close() if session restarted
This commit is contained in:
@@ -221,7 +221,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
$sessionStart = $this->sessionRestart();
|
||||
if ($sessionStart) {
|
||||
$this->sessionCache['localFileSystemInotify_disable'] = true;
|
||||
session_write_close();
|
||||
elFinder::sessionWrite();
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user