diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 0a2b705a4..c4583001e 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -2091,7 +2091,7 @@ Zotero.Prefs = new function(){ var _handlers = [ [ "automaticScraperUpdates", function(val) { if (val){ - Zotero.Schema.updateFromRepository(); + Zotero.Schema.updateFromRepository(1); } else { Zotero.Schema.stopRepositoryTimer();