diff options
author | friendica <info@friendica.com> | 2013-06-16 23:20:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-16 23:20:36 -0700 |
commit | f4e8198335960465b4ac6106f59e0346d08ece1f (patch) | |
tree | a153f862c5cfe9ebd3128dfc3e001cde1f62b946 /include/items.php | |
parent | 322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e (diff) | |
download | volse-hubzilla-f4e8198335960465b4ac6106f59e0346d08ece1f.tar.gz volse-hubzilla-f4e8198335960465b4ac6106f59e0346d08ece1f.tar.bz2 volse-hubzilla-f4e8198335960465b4ac6106f59e0346d08ece1f.zip |
found it - but I'll do some more testing before undoing the bypass
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) ); |