Fix saving snapshots from document objects

This commit is contained in:
Simon Kornblith 2012-06-26 11:10:19 -04:00
parent 4d27b803dc
commit ea7b955414

View file

@ -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 {