Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
This commit is contained in:
commit
59c35a746f
1 changed files with 1 additions and 1 deletions
|
@ -939,7 +939,7 @@ class kolab_files_engine
|
|||
$id = $attachment['id'];
|
||||
|
||||
// store new attachment in session
|
||||
unset($attachment['status'], $attachment['abort']);
|
||||
unset($attachment['data'], $attachment['status'], $attachment['abort']);
|
||||
$COMPOSE['attachments'][$id] = $attachment;
|
||||
|
||||
if (($icon = $COMPOSE['deleteicon']) && is_file($icon)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue