diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-03 13:27:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-03 13:27:06 +0200 |
commit | a42ff1e6d40496cc93481312b47548200e8af380 (patch) | |
tree | e5895c9a2d5fb65edd9a8dfb53e71ed7867261b3 /include/text.php | |
parent | 2438af1cb5d8c4d439dae315bffb8eaeb5c153a5 (diff) | |
download | volse-hubzilla-a42ff1e6d40496cc93481312b47548200e8af380.tar.gz volse-hubzilla-a42ff1e6d40496cc93481312b47548200e8af380.tar.bz2 volse-hubzilla-a42ff1e6d40496cc93481312b47548200e8af380.zip |
missing $perm_sql
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index ca5a3834f..4a84c09f8 100644 --- a/include/text.php +++ b/include/text.php @@ -3340,8 +3340,6 @@ function get_forum_channels($uid) { if(! $uid) return; - $perms_sql = item_permissions_sql($uid) . item_normal(); - $xf = false; $x1 = q("select xchan from abconfig where chan = %d and cat = 'their_perms' and k = 'send_stream' and v = '0'", |