forked from extern/egroupware
* Calendar/ mail integration: Fix created event out of mail has no delete button available in participants list
This commit is contained in:
parent
e729fc39a5
commit
9afd1976a9
@ -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']))
|
||||
|
Loading…
Reference in New Issue
Block a user