mirror of
https://github.com/friendica/friendica
synced 2025-04-21 04:30:11 +00:00
DBView is View
This commit is contained in:
parent
b50aaf87d7
commit
afa712b811
2 changed files with 3 additions and 6 deletions
|
@ -113,7 +113,7 @@ class DBStructure
|
|||
echo "\n";
|
||||
}
|
||||
|
||||
DBView::printStructure($basePath);
|
||||
View::printStructure($basePath);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -596,7 +596,7 @@ class DBStructure
|
|||
}
|
||||
}
|
||||
|
||||
DBView::create($verbose, $action);
|
||||
View::create($verbose, $action);
|
||||
|
||||
if ($action && !$install) {
|
||||
DI::config()->set('system', 'maintenance', 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue