mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
Setting update version & time on success
This commit is contained in:
parent
26aee23254
commit
4ae985e5ed
2 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,8 @@ class Update
|
|||
Lock::release('dbupdate');
|
||||
return;
|
||||
} else {
|
||||
Config::set('database', 'last_successful_update', time());
|
||||
Config::set('database', 'last_successful_update', $current);
|
||||
Config::set('database', 'last_successful_update_time', time());
|
||||
}
|
||||
|
||||
// run the update_nnnn functions in update.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue