feeds with '@' in the URL were being handled as webfinger addresses and didn't fall through to RSS discovery. Issue #599

This commit is contained in:
friendica
2014-09-21 14:46:12 -07:00
parent 22e6e691ca
commit 09b5bbb032
3 changed files with 3 additions and 2 deletions

View File

@@ -1791,6 +1791,7 @@ function get_atom_elements($feed,$item,&$author) {
call_hooks('parse_atom', $arr);
logger('get_atom_elements: author: ' . print_r($author,true),LOGGER_DATA);
logger('get_atom_elements: ' . print_r($res,true),LOGGER_DATA);
return $res;