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