diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 4793713b1..b8127190d 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -843,6 +843,8 @@ Zotero.Schema = new function(){ Zotero.DB.commitTransaction(); self.dbInitialized = true; + + Zotero.Schema.updateBundledFiles(); } catch(e){ Zotero.debug(e, 1);