diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index ceb6e11b4..8db095415 100644 --- 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;