Replacing "q" calls with "DBA" calls #1180

Merged
annando merged 8 commits from more-q into develop 2021-10-04 01:03:49 +02:00
Showing only changes of commit 4340ebb2a5 - Show all commits

Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael Vogel 2021-10-03 22:01:43 +02:00 committed by GitHub
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -720,9 +720,9 @@ function pumpio_sync(App $a)
} }
if ($next_contact_check <= time()) { if ($next_contact_check <= time()) {
pumpio_getallusers($a, $rr["uid"]); pumpio_getallusers($a, $rr["uid"]);
DI::pConfig()->set($rr['uid'], 'pumpio', 'contact_check', time()); DI::pConfig()->set($rr['uid'], 'pumpio', 'contact_check', time());
} }
} }
Logger::notice('pumpio: cron_end'); Logger::notice('pumpio: cron_end');