[php] call sesseion_write_close() if session restarted

This commit is contained in:
nao-pon
2016-01-14 23:04:07 +09:00
parent 62336390f4
commit 16ecb358b7
3 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -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;