diff --git a/include/items.php b/include/items.php index eca050d4fe..b4c2da0ca8 100644 --- a/include/items.php +++ b/include/items.php @@ -139,7 +139,9 @@ function get_feed_for(&$a, $dfrn_id, $owner_id, $last_update, $direction = 0) { } $salmon = '' . "\n" ; -// $salmon = ''; // remove this line when salmon handler is finished + $salmon .= '' . "\n" ; + $salmon .= '' . "\n" ; + $atom .= replace_macros($feed_template, array( '$feed_id' => xmlify($a->get_baseurl() . '/profile/' . $owner_nick),