From 1ba0d73a9aef3fd8469cd886bf6647e966a272b2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 23 Jun 2012 06:13:11 -0700 Subject: make feeds work with comment likes/dislikes --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 87aaeaa32..5bbceb198 100755 --- a/include/items.php +++ b/include/items.php @@ -2931,7 +2931,7 @@ function atom_entry($item,$type,$author,$owner,$comment = false,$cid = 0) { if(strlen($item['owner-name'])) $o .= atom_author('dfrn:owner',$item['owner-name'],$item['owner-link'],80,80,$item['owner-avatar']); - if(($item['parent'] != $item['id']) || ($item['parent-uri'] !== $item['uri'])) { + if(($item['parent'] != $item['id']) || ($item['parent-uri'] !== $item['uri']) || ($item['thr-parent'])) { $parent_item = (($item['thr-parent']) ? $item['thr-parent'] : $item['parent-uri']); $o .= '' . "\r\n"; } -- cgit v1.2.3