www

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

commit e25af42ef30c85aa645a346af4c109ca077e7f10
parent cc04ddbe4d3c18f40371448beaa31efe5f59b6f2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 15 Sep 2017 21:02:38 -0400

Fix sync event listener after 3872e646ac

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

diff --git a/chrome/content/zotero/xpcom/sync/syncEventListeners.js b/chrome/content/zotero/xpcom/sync/syncEventListeners.js @@ -82,7 +82,7 @@ Zotero.Sync.EventListeners.ChangeListener = new function () { syncSets ); yield Zotero.DB.queryAsync( - storageSQL + Array(storageSets.length / 3).fill('(?, ?)').join(', '), + storageSQL + Array(storageSets.length / 2).fill('(?, ?)').join(', '), storageSets ); });