diff --git a/chrome/content/zotero/xpcom/translation/translate_item.js b/chrome/content/zotero/xpcom/translation/translate_item.js index ae978e2ea..aaf0e8291 100644 --- a/chrome/content/zotero/xpcom/translation/translate_item.js +++ b/chrome/content/zotero/xpcom/translation/translate_item.js @@ -258,6 +258,7 @@ Zotero.Translate.ItemSaver.prototype = { newAttachment = yield this._saveAttachmentFile.apply(this, arguments); } else { Zotero.debug('Translate: Ignoring attachment due to ATTACHMENT_MODE_IGNORE'); + attachmentCallback(attachment, false, e); return false; }