diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 00b3ed7bb5..30f48008f2 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -313,7 +313,7 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js"); // Revert to home directory if (index == 1) { - Zotero.DataDirectory.choose(false, true); + Zotero.DataDirectory.choose(true, true); } // Locate data directory else if (index == 2) {