Correction of commit a96eb3428d

This commit is contained in:
Michael 2017-01-11 23:18:51 +00:00
parent 5eaa5951a1
commit fcd0b198f5
1 changed files with 2 additions and 1 deletions

View File

@ -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) {