]> git.mxchange.org Git - friendica.git/commitdiff
Correction of commit a96eb3428dfd66e132ff834212be408ee64337b2
authorMichael <heluecht@pirati.ca>
Wed, 11 Jan 2017 23:18:51 +0000 (23:18 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 11 Jan 2017 23:18:51 +0000 (23:18 +0000)
include/cron.php

index 5a9054b11b78be6920f808f29c88a33af8ab7940..059bcea4376afd547ab8c240861f370b53ea26e5 100644 (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) {