found it - but I'll do some more testing before undoing the bypass
This commit is contained in:
parent
322c9d76fc
commit
f4e8198335
@ -578,7 +578,7 @@ function encode_item($item) {
|
|||||||
|
|
||||||
logger('encode_item: ' . print_r($item,true));
|
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'])
|
intval($item['uid'])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user