mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:23:42 +00:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
f9e758e2a8
commit
4340ebb2a5
1 changed files with 3 additions and 3 deletions
|
@ -720,9 +720,9 @@ function pumpio_sync(App $a)
|
|||
}
|
||||
|
||||
if ($next_contact_check <= time()) {
|
||||
pumpio_getallusers($a, $rr["uid"]);
|
||||
DI::pConfig()->set($rr['uid'], 'pumpio', 'contact_check', time());
|
||||
}
|
||||
pumpio_getallusers($a, $rr["uid"]);
|
||||
DI::pConfig()->set($rr['uid'], 'pumpio', 'contact_check', time());
|
||||
}
|
||||
}
|
||||
|
||||
Logger::notice('pumpio: cron_end');
|
||||
|
|
Loading…
Reference in a new issue