diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 2c968fd06..f36774b0e 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(Zotero.isStandalone, true); + Zotero.chooseZoteroDirectory(false, true); } // Locate data directory else if (index == 2) { - Zotero.chooseZoteroDirectory(Zotero.isStandalone); + Zotero.chooseZoteroDirectory(); } } return;