]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
oembed: Now it is possible to use the service from embedly with an API key.
[friendica.git] / include / poller.php
index 9b18fe3c6d9901dbe5f79c4f0cecb6e54f475270..084067b190059c3c6f0290b2476811b1f2c87d82 100644 (file)
@@ -174,7 +174,7 @@ function poller_run(&$argv, &$argc){
                : '' 
        );
 
-       $contacts = q("SELECT `contact`.`id` FROM `contact` LEFT JOIN `user` ON `user`.`uid` = `contact`.`uid` 
+       $contacts = q("SELECT `contact`.`id` FROM `contact` INNER JOIN `user` ON `user`.`uid` = `contact`.`uid` 
                WHERE ( `rel` = %d OR `rel` = %d ) AND `poll` != ''
                AND NOT `network` IN ( '%s', '%s', '%s' )
                $sql_extra