* Calendar/ mail integration: Fix created event out of mail has no delete button available in participants list

This commit is contained in:
Hadi Nategh 2016-01-12 11:13:16 +00:00
parent e729fc39a5
commit 9afd1976a9

View File

@ -3027,7 +3027,8 @@ class calendar_uiforms extends calendar_ui
'to_id' => 0,
),
'start' => $mailContent['date'],
'duration' => 60 * $this->cal_prefs['interval']
'duration' => 60 * $this->cal_prefs['interval'],
'owner' => $GLOBALS['egw_info']['user']['account_id']
);
if (is_array($mailContent['attachments']))