1
0
Fork 0

Class moved, changes applied

This commit is contained in:
Michael 2017-12-14 21:13:02 +00:00
commit 15d42de647
7 changed files with 31 additions and 31 deletions

View file

@ -5,6 +5,7 @@
use Friendica\App;
use Friendica\Core\System;
use Friendica\Database\DBM;
use Friendica\Database\DBStructure;
use Friendica\Object\Image;
$install_wizard_pass = 1;
@ -535,9 +536,7 @@ function load_database_rem($v, $i) {
}
function load_database() {
require_once("include/dbstructure.php");
$errors = update_structure(false, true);
$errors = DBStructure::updateStructure(false, true);
return $errors;
}