www

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

commit ea7b95541463bbb3082d1573fba3571d57d34a54
parent 4d27b803dc92862cdb7d149651ef9a59aca08953
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 26 Jun 2012 11:10:19 -0400

Fix saving snapshots from document objects

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

diff --git a/chrome/content/zotero/xpcom/translation/translate_item.js b/chrome/content/zotero/xpcom/translation/translate_item.js @@ -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 {