Fix PDF metadata retrieval after 78b1d2ee35

This commit is contained in:
Dan Stillman 2016-12-17 06:17:37 -05:00
parent bba874aa18
commit 6b0e3ac2d2

View File

@ -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;
}