www

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

commit 291888a498fe24ee91b558fbc26d1e600cf912d3
parent 6d9bd979ef9d0c9d50709b98dce929641199219f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 23 Sep 2009 07:55:49 +0000

Fix error resetting sync session


Diffstat:
Mchrome/content/zotero/xpcom/sync.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -1191,7 +1191,7 @@ Zotero.Sync.Server = new function () { if (response.firstChild.tagName == 'error') { var resetCallback = function () { - Zotero.Sync.Server.sync(callback); + Zotero.Sync.Server.sync(_callbacks); }; if (_checkServerSessionLock(response.firstChild, resetCallback)) { return;