Return value added

This commit is contained in:
Michael 2022-08-13 10:14:16 +00:00
parent 5c5ae00370
commit bc3a6b2bb7
1 changed files with 1 additions and 0 deletions

View File

@ -1112,4 +1112,5 @@ function update_1457()
function update_1480()
{
DBA::update('contact', ['next-update' => DBA::NULL_DATETIME], ['network' => Protocol::FEDERATED]);
return Update::SUCCESS;
}