mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Calendar: Fix user listed in participants twice when creating an event from an email
This commit is contained in:
parent
7c8e0b12b2
commit
a1da1a6fa6
@ -573,7 +573,7 @@ class calendar_uiforms extends calendar_ui
|
||||
if (is_numeric($uid))
|
||||
{
|
||||
$id = $uid;
|
||||
$type = 'u';
|
||||
$type = '';
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -3505,7 +3505,7 @@ class calendar_uiforms extends calendar_ui
|
||||
'delete_id' => $GLOBALS['egw_info']['user']['account_id'],
|
||||
'status' => 'A',
|
||||
'old_status' => 'A',
|
||||
'app' => 'User',
|
||||
'app' => 'api-accounts',
|
||||
'role' => 'REQ-PARTICIPANT'
|
||||
);
|
||||
foreach($mailContent['addresses'] as $address)
|
||||
|
Loading…
Reference in New Issue
Block a user