diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-10 19:42:07 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-10 19:42:07 -0700 |
commit | d8283a35baceaf81d4895db945901de739d921a1 (patch) | |
tree | c8b0c488207f9782434a3da96d90eae79f1eaaeb /include | |
parent | 524f73e3069843484c3e257f515bc9c746aff099 (diff) | |
download | volse-hubzilla-d8283a35baceaf81d4895db945901de739d921a1.tar.gz volse-hubzilla-d8283a35baceaf81d4895db945901de739d921a1.tar.bz2 volse-hubzilla-d8283a35baceaf81d4895db945901de739d921a1.zip |
google hub not working, this fix may be temporary or it may be permanent if the hub cannot be relied on.
Diffstat (limited to 'include')
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 5f5878453..57c4cacfb 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(); |