aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-10 19:42:07 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-10 19:42:07 -0700
commitd8283a35baceaf81d4895db945901de739d921a1 (patch)
treec8b0c488207f9782434a3da96d90eae79f1eaaeb /include/poller.php
parent524f73e3069843484c3e257f515bc9c746aff099 (diff)
downloadvolse-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/poller.php')
-rw-r--r--include/poller.php2
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();