aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-21 14:46:12 -0700
committerfriendica <info@friendica.com>2014-09-21 14:46:12 -0700
commit09b5bbb032116f9d984f557cdf43aa23fb65650a (patch)
tree3c9404e0a6e9b1f4239fa9ef14e36b417e4f70e5 /include/items.php
parent22e6e691ca46a49db65a304dc2133b7ee15febc4 (diff)
downloadvolse-hubzilla-09b5bbb032116f9d984f557cdf43aa23fb65650a.tar.gz
volse-hubzilla-09b5bbb032116f9d984f557cdf43aa23fb65650a.tar.bz2
volse-hubzilla-09b5bbb032116f9d984f557cdf43aa23fb65650a.zip
feeds with '@' in the URL were being handled as webfinger addresses and didn't fall through to RSS discovery. Issue #599
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 840c92982..53a0b25a9 100755
--- a/include/items.php
+++ b/include/items.php
@@ -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;