Force download of attachment (#4291)

This commit is contained in:
Thomas Bruederli 2015-01-21 10:08:14 +01:00
parent dd8d3cc06e
commit 7b9d36b039

View file

@ -323,6 +323,7 @@ function rcube_calendar_ui(settings)
} }
query._frame = null; query._frame = null;
query._download = 1;
rcmail.goto_url('get-attachment', query, false); rcmail.goto_url('get-attachment', query, false);
}; };