baseURL -> userURL

This commit is contained in:
Dan Mills 2007-10-16 15:36:26 -07:00
parent 2c507f7654
commit c468a0489b

View File

@ -1585,7 +1585,7 @@ DAVCollection.prototype = {
return this.__auth;
try {
let URI = makeURI(this._baseURL);
let URI = makeURI(this._userURL);
let username = 'nobody@mozilla.com';
let password;