mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:44:32 +02:00
Reduce the parameter chaos by splitting the update function
This commit is contained in:
parent
90f1175cf5
commit
8eb3bddc2a
6 changed files with 60 additions and 18 deletions
|
@ -166,7 +166,7 @@ class Update
|
|||
|
||||
// update the structure in one call
|
||||
Logger::notice('Execute structure update');
|
||||
$retval = DBStructure::update($basePath, $verbose, true);
|
||||
$retval = DBStructure::performUpdate(false, $verbose);
|
||||
if (!empty($retval)) {
|
||||
if ($sendMail) {
|
||||
self::updateFailed(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue