www

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

commit 724cee24ff67fc94dfb14439fb9543a99f1e1580
parent 134c6097c6165ac0e98681550becaccf510865e7
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 18 Feb 2012 13:37:32 -0500

Fix bustage (@dstillman should make sure that there's nothing else screwed up from the merge)

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 @@ -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);