mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
on async job write, make sure that possible next attribute in data is in sync with job[next]
This commit is contained in:
parent
7246093aad
commit
45326fa484
@ -512,6 +512,7 @@ class asyncservice
|
||||
*/
|
||||
function write($job,$exists = False,$where=array())
|
||||
{
|
||||
if (isset($job['data']['next']) && isset($job['next'])) $job['data']['next'] = $job['next'];
|
||||
$data = array(
|
||||
'async_next' => $job['next'],
|
||||
'async_times' => serialize($job['times']),
|
||||
|
Loading…
Reference in New Issue
Block a user