Fix PDF metadata retrieval after 78b1d2ee35
This commit is contained in:
parent
bba874aa18
commit
6b0e3ac2d2
|
@ -258,6 +258,7 @@ Zotero.Translate.ItemSaver.prototype = {
|
||||||
newAttachment = yield this._saveAttachmentFile.apply(this, arguments);
|
newAttachment = yield this._saveAttachmentFile.apply(this, arguments);
|
||||||
} else {
|
} else {
|
||||||
Zotero.debug('Translate: Ignoring attachment due to ATTACHMENT_MODE_IGNORE');
|
Zotero.debug('Translate: Ignoring attachment due to ATTACHMENT_MODE_IGNORE');
|
||||||
|
attachmentCallback(attachment, false, e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user