From 5613e27f001a22c8cad35bfce4fa04a4c914db42 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Jul 2013 20:31:58 -0700 Subject: ensure conversation is included --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/items.php b/include/items.php index 2d0966518..1514ca7b6 100755 --- a/include/items.php +++ b/include/items.php @@ -4769,6 +4769,7 @@ function zot_feed($uid,$observer_xchan,$mindate) { if($items) { xchan_query($items); $items = fetch_post_tags($items); + require_once('include/conversation.php'); $items = conv_sort($items,'ascending'); } -- cgit v1.2.3