Fix attachment download url (#4291)

This commit is contained in:
Thomas Bruederli 2015-01-21 09:13:18 +01:00
parent 8e0946f482
commit dd8d3cc06e

View file

@ -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 // build event attachments list