Unable to forward emails with attachments (#1091)

This commit is contained in:
RainLoop Team 2016-07-04 20:37:43 +03:00
parent 137b639c19
commit 8566e1db97

View file

@ -1324,7 +1324,7 @@ ComposePopupView.prototype.onMessageUploadAttachments = function(sResult, oData)
{ {
for (sTempName in oData.Result) for (sTempName in oData.Result)
{ {
if (Utils.has(oData.Result, oData.Result)) if (Utils.has(oData.Result, sTempName))
{ {
oAttachment = this.getAttachmentById(oData.Result[sTempName]); oAttachment = this.getAttachmentById(oData.Result[sTempName]);
if (oAttachment) if (oAttachment)