diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 650da8e53..e26e8d164 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -347,11 +347,11 @@ Components.utils.import("resource://gre/modules/Services.jsm"); // Revert to profile directory if (index == 1) { - Zotero.chooseZoteroDirectory(false, true); + Zotero.chooseZoteroDirectory(Zotero.isStandalone, true); } // Locate data directory else if (index == 2) { - Zotero.chooseZoteroDirectory(); + Zotero.chooseZoteroDirectory(Zotero.isStandalone); } } return;