baseURL -> userURL

This commit is contained in:
Dan Mills 2007-10-16 15:36:26 -07:00
parent 6c22ec8c4f
commit 306473cb72

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;