db/Interface: Open() throws exception on error
This commit is contained in:
@@ -214,8 +214,7 @@ glue_db_init_and_load(void)
|
||||
"because the database does not need it");
|
||||
}
|
||||
|
||||
if (!instance->database->Open(error))
|
||||
FatalError(error);
|
||||
instance->database->Open();
|
||||
|
||||
if (!instance->database->IsPlugin(simple_db_plugin))
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user