aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-16 23:20:36 -0700
committerfriendica <info@friendica.com>2013-06-16 23:20:36 -0700
commitf4e8198335960465b4ac6106f59e0346d08ece1f (patch)
treea153f862c5cfe9ebd3128dfc3e001cde1f62b946 /include/items.php
parent322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e (diff)
downloadvolse-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-xinclude/items.php2
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'])
);