mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Commit session right after we get rows from app
This commit is contained in:
parent
649c87978c
commit
41b95af046
@ -368,6 +368,8 @@ class Nextmatch extends Etemplate\Widget
|
||||
Api\Json\Response::get()->apply('egw_app_header', array($GLOBALS['egw_info']['flags']['app_header']));
|
||||
}
|
||||
|
||||
$GLOBALS['egw']->session->commit_session();
|
||||
|
||||
$row_id = isset($value['row_id']) ? $value['row_id'] : 'id';
|
||||
$row_modified = $value['row_modified'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user