parent
b5b85ee589
commit
f5c173b1e5
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ Zotero.Attachments = new function(){
|
||||||
var nsIURL = Components.classes["@mozilla.org/network/standard-url;1"]
|
var nsIURL = Components.classes["@mozilla.org/network/standard-url;1"]
|
||||||
.createInstance(Components.interfaces.nsIURL);
|
.createInstance(Components.interfaces.nsIURL);
|
||||||
nsIURL.spec = url;
|
nsIURL.spec = url;
|
||||||
Zotero.Utilities.saveURI(wbp, nsIURL, file);
|
Zotero.Utilities.Internal.saveURI(wbp, nsIURL, file);
|
||||||
|
|
||||||
|
|
||||||
return attachmentItem;
|
return attachmentItem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue