"update" is enough

This commit is contained in:
Michael 2017-12-14 22:18:53 +00:00
parent cf56de1e77
commit 2d7cd2daf4
5 changed files with 8 additions and 8 deletions

View file

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