aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/feedutils.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/feedutils.php b/include/feedutils.php
index 8c2a7a8d7..937a2d28c 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -1242,11 +1242,14 @@ function feed_conversation_fetch($importer,$contact,$parent_link) {
if(! $link)
return false;
+ logger('fetching: ' . $link, LOGGER_DEBUG, LOG_INFO);
+
$fetch = z_fetch_url($link);
if(! $fetch['success'])
return false;
+
consume_feed($fetch['body'],$importer,$contact,1);
consume_feed($fetch['body'],$importer,$contact,2);