From 8566e1db97fae250e2b77a384b9440c415181b4d Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Mon, 4 Jul 2016 20:37:43 +0300 Subject: [PATCH] Unable to forward emails with attachments (#1091) --- dev/View/Popup/Compose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/View/Popup/Compose.js b/dev/View/Popup/Compose.js index 41ef6bf99..93e6968a3 100644 --- a/dev/View/Popup/Compose.js +++ b/dev/View/Popup/Compose.js @@ -1324,7 +1324,7 @@ ComposePopupView.prototype.onMessageUploadAttachments = function(sResult, oData) { for (sTempName in oData.Result) { - if (Utils.has(oData.Result, oData.Result)) + if (Utils.has(oData.Result, sTempName)) { oAttachment = this.getAttachmentById(oData.Result[sTempName]); if (oAttachment)