From 724cee24ff67fc94dfb14439fb9543a99f1e1580 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 18 Feb 2012 13:37:32 -0500 Subject: [PATCH] Fix bustage (@dstillman should make sure that there's nothing else screwed up from the merge) --- 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 index 8937892e8..5206c932b 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -1007,7 +1007,7 @@ Zotero.Sync.Storage.Module.WebDAV = (function () { callback(ts); } - catch { + catch(e) { Zotero.debug(e, 1); Components.utils.reportError(e); Zotero.Sync.Storage.EventManager.error(_defaultError);