Correction of commit a96eb3428d
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user