Fix error on failure to open DB (broken since megacommit)
This commit is contained in:
parent
ea02f39f3e
commit
c6b30b94e4
|
@ -455,7 +455,7 @@ if(appInfo.platformVersion[0] >= 2) {
|
||||||
Zotero.Repo.init();
|
Zotero.Repo.init();
|
||||||
} else {
|
} else {
|
||||||
Zotero.debug("Loading in full mode");
|
Zotero.debug("Loading in full mode");
|
||||||
_initFull();
|
if(!_initFull()) return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.initialized = true;
|
this.initialized = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user