From f4e8198335960465b4ac6106f59e0346d08ece1f Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Jun 2013 23:20:36 -0700 Subject: found it - but I'll do some more testing before undoing the bypass --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 1490d66ce..09e0f94fa 100755 --- a/include/items.php +++ b/include/items.php @@ -578,7 +578,7 @@ function encode_item($item) { logger('encode_item: ' . print_r($item,true)); - $r = q("select channel_r_stream from channel where channel_id = %d limit 1", + $r = q("select channel_r_stream, channel_w_comment from channel where channel_id = %d limit 1", intval($item['uid']) ); -- cgit v1.2.3