diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-01 21:52:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-01 21:52:54 +0200 |
commit | 22a9e4c9a9e4a48f644deed0432dc05a7e5b189c (patch) | |
tree | 838e862dffb990a92b613badc40d709c22102be0 /Zotlabs/Widget/Forums.php | |
parent | 56f0244360462d96e2737ca4407feb7909c170d8 (diff) | |
download | volse-hubzilla-22a9e4c9a9e4a48f644deed0432dc05a7e5b189c.tar.gz volse-hubzilla-22a9e4c9a9e4a48f644deed0432dc05a7e5b189c.tar.bz2 volse-hubzilla-22a9e4c9a9e4a48f644deed0432dc05a7e5b189c.zip |
add manage privacy groups entry to the panel channel menu dropdown for now
Diffstat (limited to 'Zotlabs/Widget/Forums.php')
-rw-r--r-- | Zotlabs/Widget/Forums.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Forums.php b/Zotlabs/Widget/Forums.php index 7415c0f0a..f3141031d 100644 --- a/Zotlabs/Widget/Forums.php +++ b/Zotlabs/Widget/Forums.php @@ -27,6 +27,8 @@ class Forums { $x1 = q("select xchan from abconfig where chan = %d and cat = 'their_perms' and k = 'send_stream' and v = '0'", intval(local_channel()) ); +//print_r($x1);killme(); + if($x1) { $xc = ids_to_querystr($x1,'xchan',true); |