Public forums are now posting unlisted

This commit is contained in:
Michael 2021-06-05 18:38:21 +00:00
parent 8a9f633ce2
commit e2b8d5379b
4 changed files with 19 additions and 4 deletions

View file

@ -1919,7 +1919,7 @@ class Item
// also reset all the privacy bits to the forum default permissions
$private = ($user['allow_cid'] || $user['allow_gid'] || $user['deny_cid'] || $user['deny_gid']) ? self::PRIVATE : self::PUBLIC;
$private = ($user['allow_cid'] || $user['allow_gid'] || $user['deny_cid'] || $user['deny_gid']) ? self::PRIVATE : self::UNLISTED;
$psid = PermissionSet::getIdFromACL(
$user['uid'],