www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c9b9d4127d0cb33f2ec7c617d851756e29bbed3d
parent 6bcf92db4668c95ff2a2f5723eaab96263291c10
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 13 Aug 2017 03:00:57 +0200

Fix first-run error with some upgrades after 39bfeac86c21

Diffstat:
Mchrome/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 @@ -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