mirror of
https://github.com/friendica/friendica
synced 2024-10-11 09:14:33 +02:00
Correction of commit a96eb3428d
This commit is contained in:
parent
5eaa5951a1
commit
fcd0b198f5
|
@ -264,8 +264,9 @@ function cron_poll_contacts($argc, $argv) {
|
|||
intval($c['id'])
|
||||
);
|
||||
|
||||
if (dbm::is_result($res))
|
||||
if (!dbm::is_result($res)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach($res as $contact) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue