mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
fix problem with deleting attachments on compose, when forwarding messages
This commit is contained in:
parent
8fe2a028a2
commit
562b26410c
@ -1808,7 +1808,7 @@ class mail_compose
|
||||
'type' => $_type,
|
||||
'size' => $_size,
|
||||
'folder' => $_folder,
|
||||
'tmp_name' => mail_ui::generateRowID($this->mail_bo->profileID, $_folder, $_uid),
|
||||
'tmp_name' => mail_ui::generateRowID($this->mail_bo->profileID, $_folder, $_uid).'_'.(!empty($_partID)?$_partID:count($this->sessionData['attachments'])+1),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user