www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 117d7293a5a1b15f1a7a6c805f75c9c7441f18fd
parent 8870d5e51424e03028520e48401b1eb89db8bda8
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 15 Jan 2010 21:57:13 +0000

Clarify WebDAV error message


Diffstat:
Mchrome/content/zotero/xpcom/storage/webdav.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js @@ -586,7 +586,7 @@ Zotero.Sync.Storage.Session.WebDAV.prototype._onUploadComplete = function (httpR default: this.onError("Unexpected file upload status " + status - + " in Zotero.Sync.Storage._onUploadComplete()"); + + " in Zotero.Sync.Storage.WebDAV._onUploadComplete()"); return; }