diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js index 8c63e7075..1a4b164d3 100644 --- a/chrome/content/zotero/xpcom/sync/syncRunner.js +++ b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -580,7 +580,7 @@ Zotero.Sync.Runner_Module = function (options = {}) { * @return {Integer[]} - Array of libraries that need data syncing again */ var _doFullTextSync = Zotero.Promise.coroutine(function* (libraries, options) { - if (!Zotero.Prefs.get("sync.fulltext.enabled")) return; + if (!Zotero.Prefs.get("sync.fulltext.enabled")) return []; Zotero.debug("Starting full-text syncing"); this.setSyncStatus(Zotero.getString('sync.status.syncingFullText'));