Possible fix issue 4611: Don't write to database before it is created

This commit is contained in:
Michael 2018-03-17 09:04:38 +00:00
commit 782d692b5a
2 changed files with 12 additions and 10 deletions

View file

@ -540,7 +540,7 @@ function load_database_rem($v, $i) {
}
function load_database() {
$errors = DBStructure::update(false, true);
$errors = DBStructure::update(false, true, true);
return $errors;
}