From 2e05aacd8e8051bbbe1e09ba816b75d73ea6d7a6 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 12 Dec 2006 20:38:03 +0000 Subject: [PATCH] use the correct names for imported URLs --- chrome/content/zotero/xpcom/translate.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js index 7aee7d351..24583184d 100644 --- a/chrome/content/zotero/xpcom/translate.js +++ b/chrome/content/zotero/xpcom/translate.js @@ -1250,8 +1250,7 @@ Zotero.Translate.prototype._itemDone = function(item, attachedTo) { title = attachment.document.title; } - Zotero.Attachments.importFromURL(attachment.url, myID, - mimeType, title); + Zotero.Attachments.importFromURL(attachment.url, myID, title); } } // links no longer exist, so just don't save them