Fix saving files from translators

(More breakage from 5f8b56ef8)
This commit is contained in:
Dan Stillman 2015-02-01 21:07:24 -05:00
parent b5b85ee589
commit f5c173b1e5

View File

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