Merge pull request #3085 from annando/1701-poll-contacts
Correction of commit a96eb3428dfd66e132ff834212be408ee64337b2
This commit is contained in:
commit
3f655ee7c4
@ -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…
x
Reference in New Issue
Block a user