found it - but I'll do some more testing before undoing the bypass

This commit is contained in:
friendica 2013-06-16 23:20:36 -07:00
parent 322c9d76fc
commit f4e8198335

View file

@ -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'])
);