commit f5c173b1e5ed80df1fe216a2678e35a037745252
parent b5b85ee589d4272af2717b5a91160c581166b862
Author: Dan Stillman <dstillman@zotero.org>
Date: Sun, 1 Feb 2015 21:07:24 -0500
Fix saving files from translators
(More breakage from 5f8b56ef8)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;