use the correct names for imported URLs

This commit is contained in:
Simon Kornblith 2006-12-12 20:38:03 +00:00
parent 2dc7a29af0
commit 2e05aacd8e

View File

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