mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Return value added
This commit is contained in:
parent
5c5ae00370
commit
bc3a6b2bb7
1 changed files with 1 additions and 0 deletions
|
@ -1112,4 +1112,5 @@ function update_1457()
|
||||||
function update_1480()
|
function update_1480()
|
||||||
{
|
{
|
||||||
DBA::update('contact', ['next-update' => DBA::NULL_DATETIME], ['network' => Protocol::FEDERATED]);
|
DBA::update('contact', ['next-update' => DBA::NULL_DATETIME], ['network' => Protocol::FEDERATED]);
|
||||||
|
return Update::SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue