diff options
author | friendica <info@friendica.com> | 2013-03-06 18:52:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-06 18:52:42 -0800 |
commit | 3d299f066eafbba2a9f5b3f2fd369492a271b27d (patch) | |
tree | 5195d1776013647a6f7f10924b8415a0be5245e5 /include/zot.php | |
parent | 5a9dae78a2839d8d466a5c3ecda9e83cf1f4c50c (diff) | |
download | volse-hubzilla-3d299f066eafbba2a9f5b3f2fd369492a271b27d.tar.gz volse-hubzilla-3d299f066eafbba2a9f5b3f2fd369492a271b27d.tar.bz2 volse-hubzilla-3d299f066eafbba2a9f5b3f2fd369492a271b27d.zip |
fix comment permissions on display (again) and clean up an error seen in the logs
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 7be46434a..1cf34170e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -832,7 +832,7 @@ function allowed_public_recips($msg) { $condensed_recips[] = $rr['hash']; $results = array(); - $r = q("select channel_hash as hash from channel left join abook on abook_channel = channel_id where abook_hash = '%s' ", + $r = q("select channel_hash as hash from channel left join abook on abook_channel = channel_id where abook_xchan = '%s' ", dbesc($hash) ); if($r) { |