aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-06-01 21:52:54 +0200
committerMario Vavti <mario@mariovavti.com>2018-06-01 21:52:54 +0200
commit22a9e4c9a9e4a48f644deed0432dc05a7e5b189c (patch)
tree838e862dffb990a92b613badc40d709c22102be0 /Zotlabs
parent56f0244360462d96e2737ca4407feb7909c170d8 (diff)
downloadvolse-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')
-rw-r--r--Zotlabs/Widget/Forums.php2
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);