From: Mike Macgirvin Date: Mon, 11 Oct 2010 02:42:07 +0000 (-0700) Subject: google hub not working, this fix may be temporary or it may be permanent if the hub... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8283a35baceaf81d4895db945901de739d921a1;p=friendica.git google hub not working, this fix may be temporary or it may be permanent if the hub cannot be relied on. --- diff --git a/include/poller.php b/include/poller.php index 5f58784536..57c4cacfbe 100644 --- a/include/poller.php +++ b/include/poller.php @@ -23,7 +23,7 @@ $contacts = q("SELECT * FROM `contact` WHERE ( `dfrn-id` != '' OR (`issued-id` != '' AND `duplex` = 1)) - AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 AND `subhub` = 0 ORDER BY RAND()"); + AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 ORDER BY RAND()"); if(! count($contacts)) killme();