aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-07 19:53:39 -0700
committerfriendica <info@friendica.com>2012-06-07 19:53:39 -0700
commitda7773a259bfd40b1c2346fb7c3900f2b67e8fec (patch)
treef47c3033657e697c43aa4b95976840e17130b003 /include/items.php
parent52d90674ea5c35b95cff9b9fba1ac2b275ff3819 (diff)
downloadvolse-hubzilla-da7773a259bfd40b1c2346fb7c3900f2b67e8fec.tar.gz
volse-hubzilla-da7773a259bfd40b1c2346fb7c3900f2b67e8fec.tar.bz2
volse-hubzilla-da7773a259bfd40b1c2346fb7c3900f2b67e8fec.zip
ostatus hub subscription issues
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index fc6819738..ccc11d5be 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1304,6 +1304,7 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
$birthday = '';
$hubs = $feed->get_links('hub');
+ logger('consume_feed: hubs: ' . print_r($hubs,true), LOGGER_DATA);
if(count($hubs))
$hub = implode(',', $hubs);