Fix reading settings from other-app profile
This commit is contained in:
parent
c08354eced
commit
5866a76312
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue