diff options
author | Mario <mario@mariovavti.com> | 2020-10-15 10:51:58 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-15 10:51:58 +0000 |
commit | 3b252d98b89b884be995f6f90e31d7e6612cf522 (patch) | |
tree | f2ec4933fbcb4f3016d60951caf4cc9ac739c5af /include/xchan.php | |
parent | f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76 (diff) | |
download | volse-hubzilla-3b252d98b89b884be995f6f90e31d7e6612cf522.tar.gz volse-hubzilla-3b252d98b89b884be995f6f90e31d7e6612cf522.tar.bz2 volse-hubzilla-3b252d98b89b884be995f6f90e31d7e6612cf522.zip |
add forums to acl selector where appropriate
Diffstat (limited to 'include/xchan.php')
-rw-r--r-- | include/xchan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xchan.php b/include/xchan.php index d69d707aa..8032dae2f 100644 --- a/include/xchan.php +++ b/include/xchan.php @@ -264,4 +264,4 @@ function xchan_change_key($oldx,$newx,$data) { foreach($acls as $k => $v) { xchan_keychange_acl($k,$v,$oldx,$newx); } -}
\ No newline at end of file +} |