From f5c173b1e5ed80df1fe216a2678e35a037745252 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 1 Feb 2015 21:07:24 -0500 Subject: [PATCH] Fix saving files from translators (More breakage from 5f8b56ef8) --- chrome/content/zotero/xpcom/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index f95c4e544..502d44dd7 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -347,7 +347,7 @@ Zotero.Attachments = new function(){ var nsIURL = Components.classes["@mozilla.org/network/standard-url;1"] .createInstance(Components.interfaces.nsIURL); nsIURL.spec = url; - Zotero.Utilities.saveURI(wbp, nsIURL, file); + Zotero.Utilities.Internal.saveURI(wbp, nsIURL, file); return attachmentItem;