From 5866a763122c72ee1c5121d9422b58bbd8bc414b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 6 Dec 2016 05:20:55 -0500 Subject: [PATCH] Fix reading settings from other-app profile --- chrome/content/zotero/xpcom/dataDirectory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/dataDirectory.js b/chrome/content/zotero/xpcom/dataDirectory.js index 5655fd2794..106d3cd150 100644 --- a/chrome/content/zotero/xpcom/dataDirectory.js +++ b/chrome/content/zotero/xpcom/dataDirectory.js @@ -174,7 +174,7 @@ Zotero.DataDirectory = { if(defProfile) { // get Zotero directory - let profileDir = defProfile[0].path; + let profileDir = defProfile[0]; Zotero.debug("Found default profile at " + profileDir); // copy prefs