]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
Merge branch 'pull'
[friendica.git] / include / poller.php
index 085e95a6ae1842c421e9c7eb6d341dbde72a1578..90a97867c204e5abae28479262c8729e5320b242 100755 (executable)
@@ -232,7 +232,7 @@ function poller_run($argv, $argc){
 
                        $importer_uid = $contact['uid'];
                
-                       $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",
+                       $r = q("SELECT `contact`.*, `user`.`page-flags` FROM `contact` LEFT JOIN `user` on `contact`.`uid` = `user`.`uid` WHERE `user`.`uid` = %d AND `contact`.`self` = 1 LIMIT 1",
                                intval($importer_uid)
                        );
                        if(! count($r))