commit 5866a763122c72ee1c5121d9422b58bbd8bc414b
parent c08354eced4e0dce5d2f6a174dea50b68a73e01e
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 6 Dec 2016 05:20:55 -0500
Fix reading settings from other-app profile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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