aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-07 21:07:47 -0800
committerFriendika <info@friendika.com>2010-11-07 21:07:47 -0800
commitfbb01666906ba4f909dc9eac98aa3ca6a936b99e (patch)
tree95a757b8e4f7d8f56658d61a1e4f7beb1c10f95d /include/poller.php
parentd3ead4e690787879cff9aa4e34df27c96296f45c (diff)
downloadvolse-hubzilla-fbb01666906ba4f909dc9eac98aa3ca6a936b99e.tar.gz
volse-hubzilla-fbb01666906ba4f909dc9eac98aa3ca6a936b99e.tar.bz2
volse-hubzilla-fbb01666906ba4f909dc9eac98aa3ca6a936b99e.zip
lint
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 b9a4f2234..f214625a1 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -180,7 +180,7 @@
consume_feed($xml,$importer,$contact,$hub);
if((strlen($hub)) && (($contact['rel'] == REL_BUD) || (($contact['network'] === 'stat') && (! $contact['readonly'])))) {
- logger('poller: subscribing to hub(s) : ' . $hubs . ' contact name : ' . $contact['name'] . ' local user : ' . $importer['name']);
+ logger('poller: subscribing to hub(s) : ' . $hub . ' contact name : ' . $contact['name'] . ' local user : ' . $importer['name']);
$hubs = explode(',', $hub);
if(count($hubs)) {
foreach($hubs as $h) {