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

This commit is contained in:
Simon Kornblith 2012-02-18 13:37:32 -05:00
parent 134c6097c6
commit 724cee24ff

View file

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