www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6b0e3ac2d27ce8c19f988bd75b62df68c5becb54
parent bba874aa180c7279b5eba66004ece6da7aef2278
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 17 Dec 2016 06:17:37 -0500

Fix PDF metadata retrieval after 78b1d2ee35

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate_item.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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; }