Fix error on failure to open DB (broken since megacommit)

This commit is contained in:
Simon Kornblith 2011-07-20 03:07:07 +00:00
parent ea02f39f3e
commit c6b30b94e4

View file

@ -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;