diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index d7156406a..702e181a8 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 {