Fix attachment download url (#4291)
This commit is contained in:
parent
8e0946f482
commit
dd8d3cc06e
1 changed files with 2 additions and 1 deletions
|
@ -322,7 +322,8 @@ function rcube_calendar_ui(settings)
|
|||
}
|
||||
}
|
||||
|
||||
rcmail.goto_url('get-attachment', qstring+'&_download=1', false);
|
||||
query._frame = null;
|
||||
rcmail.goto_url('get-attachment', query, false);
|
||||
};
|
||||
|
||||
// build event attachments list
|
||||
|
|
Loading…
Add table
Reference in a new issue