From fbb01666906ba4f909dc9eac98aa3ca6a936b99e Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 7 Nov 2010 21:07:47 -0800 Subject: lint --- include/poller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/poller.php') 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) { -- cgit v1.2.3