Fix first-run error with some upgrades after 39bfeac86c
This commit is contained in:
parent
6bcf92db46
commit
c9b9d4127d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Zotero.DataDirectory = {
|
|||
}
|
||||
// This removes lastDataDir
|
||||
this.set(nsIFile.path);
|
||||
file = nsIFile.path;
|
||||
dataDir = nsIFile.path;
|
||||
}
|
||||
else {
|
||||
// If there's a migration marker in this directory and no database, migration was
|
||||
|
|
Loading…
Reference in a new issue