Fix "Zotero.Ingester.Proxies is undefined" error

This commit is contained in:
Simon Kornblith 2008-07-29 09:27:54 +00:00
parent 79d759fd8d
commit a4d049fe46

View File

@ -620,7 +620,7 @@ Zotero.Utilities.Ingester.HTTP.prototype.doGet = function(urls, processor, done,
Zotero.Utilities.Ingester.HTTP.prototype.doPost = function(url, body, onDone, requestContentType, responseCharset) {
if(this.translate.locationIsProxied) {
url = Zotero.Ingester.Proxies.properToProxy(url);
url = Zotero.Proxies.properToProxy(url);
}
if(!Zotero.Utilities.Ingester._protocolRe.test(url)) {
throw("invalid URL in processDocuments");