Skip to content

Commit

Permalink
Only prompt for recently updated Z4Fx data directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Aug 19, 2017
1 parent 267e316 commit 0391569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/dataDirectory.js
Expand Up @@ -581,7 +581,7 @@ Zotero.DataDirectory = {
return;
}
mtime = info.lastModificationDate;
if (mtime < new Date(2016, 5, 1)) {
if (mtime < new Date(2017, 6, 1)) {
Zotero.debug(`Legacy database was last modified on ${mtime.toString()} -- ignoring`);
return;
}
Expand Down

0 comments on commit 0391569

Please sign in to comment.