ostatus hub subscription issues
This commit is contained in:
parent
52d90674ea
commit
da7773a259
3 changed files with 13 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue