Fix saving snapshots from document objects
This commit is contained in:
parent
4d27b803dc
commit
ea7b955414
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ Zotero.Translate.ItemSaver.prototype = {
|
|||
try {
|
||||
attachment.linkMode = "imported_url";
|
||||
Zotero.Attachments.importFromDocument(attachment.document,
|
||||
parentID, attachment.title, function(status, err) {
|
||||
parentID, attachment.title, null, function(status, err) {
|
||||
if(status) {
|
||||
attachmentCallback(attachment, 100);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue