mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +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())
|
function write($job,$exists = False,$where=array())
|
||||||
{
|
{
|
||||||
|
if (isset($job['data']['next']) && isset($job['next'])) $job['data']['next'] = $job['next'];
|
||||||
$data = array(
|
$data = array(
|
||||||
'async_next' => $job['next'],
|
'async_next' => $job['next'],
|
||||||
'async_times' => serialize($job['times']),
|
'async_times' => serialize($job['times']),
|
||||||
|
Loading…
Reference in New Issue
Block a user