commit 18a7f43eb14a305761044d7565e055819401d290 parent 2b8a900908d8e46801dc01938a01b91abcc48545 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 26 Jan 2010 23:06:30 +0000 Error message tweak Diffstat:
| M | chrome/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 @@ -216,7 +216,7 @@ Zotero.Sync.Storage.Session.WebDAV.prototype._getStorageModificationTime = funct Zotero.Utilities.HTTP.doGet(uri, function (req) { self._checkResponse(req, self); - var funcName = "Zotero.Sync.Storage._getStorageModificationTime()"; + var funcName = "Zotero.Sync.Storage.WebDAV_getStorageModificationTime()"; // mod_speling can return 300s for 404s with base name matches if (req.status == 404 || req.status == 300) {