Issue 10126: Transmit "adjust"

This commit is contained in:
Michael 2021-04-08 19:38:16 +00:00
parent ae7178c042
commit 37d15b47e8
3 changed files with 5 additions and 2 deletions

View file

@ -513,7 +513,7 @@ class Processor
$event['finish'] = $activity['end-time'];
$event['nofinish'] = empty($event['finish']);
$event['location'] = $activity['location'];
$event['adjust'] = true;
$event['adjust'] = $activity['adjust'] ?? true;
$event['cid'] = $item['contact-id'];
$event['uid'] = $item['uid'];
$event['uri'] = $item['uri'];