mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:50:12 +00:00
more ssl_policy cleanup, allow manual feed update per contact when hub is whacked, log feed parse errors
This commit is contained in:
parent
a598f17e6d
commit
3eefe8b500
10 changed files with 42 additions and 12 deletions
|
@ -903,6 +903,10 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0) {
|
|||
$feed->enable_order_by_date(false);
|
||||
$feed->init();
|
||||
|
||||
if($feed->error())
|
||||
logger('consume_feed: Error parsing XML: ' . $feed->error());
|
||||
|
||||
|
||||
// Check at the feed level for updated contact name and/or photo
|
||||
|
||||
$name_updated = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue