commit d4da5fec6884643a5123e742950ce9893117c948
parent 9f24dcdb44892ef7431f02d41bc5634cf2a58f3b
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 13 Aug 2013 20:01:47 -0400
Check the right version when checking for old database
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js
@@ -68,7 +68,7 @@ Zotero.Schema = new function(){
return _initializeSchema().thenResolve(true);
}
- if (dbVersion < 76) {
+ if (oldDBVersion < 76) {
// TODO: localize
let msg = "Zotero found a pre–Zotero 2.1 database that cannot be upgraded to "
+ "work with this version of Zotero. To continue, either upgrade your "