diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index d7156406ad..702e181a81 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -636,6 +636,7 @@ var Zotero = new function(){ if(Zotero.isWin) { prefDir = prefDir.parent; prefDir.append("Zotero"); + prefDir.append("Zotero"); } else if(Zotero.isMac) { prefDir.append("Zotero"); } else {