mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:50:12 +00:00
Remove unused config variable
This commit is contained in:
parent
1de6251627
commit
aec9f1ebf0
2 changed files with 0 additions and 4 deletions
|
@ -154,8 +154,6 @@ class Update
|
|||
DI::lock()->release('dbupdate');
|
||||
return $retval;
|
||||
} else {
|
||||
DI::config()->set('database', 'last_successful_update', $current);
|
||||
DI::config()->set('database', 'last_successful_update_time', time());
|
||||
Logger::notice('Database structure update finished.', ['from' => $stored, 'to' => $current]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue