fix: [sync] Push all bug with empty events fixed

pull/4734/head
iglocska 2019-06-11 09:33:36 +02:00
parent 266ec4d8ab
commit 90f4f03b52
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -2649,7 +2649,7 @@ class Server extends AppModel
'event_uuid' => $eventUuid,
'includeAttachments' => true,
'includeAllTags' => true,
'deleted' => true,
'deleted' => array(0,1),
'excludeGalaxy' => 1
));
$event = $this->Event->fetchEvent($user, $params);