diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index 447cc06479..fcc132d7f1 100644 --- 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; }