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(); 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;