mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fix #3790: "Create post" permission visible in profile permissions settings for guest user group
This commit is contained in:
parent
d394d9824b
commit
8fc84ad9bf
@ -4,6 +4,7 @@ HumHub Change Log (DEVELOP)
|
||||
1.4.0 (Unreleased)
|
||||
------------
|
||||
- Fix #3789: TopicPicker `addOptions` flag ignored
|
||||
- Fix #3790: "Create post" permission visible in profile permissions settings for guest user group
|
||||
|
||||
|
||||
1.4.0-beta.2
|
||||
|
@ -36,7 +36,8 @@ class CreatePost extends \humhub\libs\BasePermission
|
||||
protected $fixedGroups = [
|
||||
Space::USERGROUP_USER,
|
||||
Space::USERGROUP_GUEST,
|
||||
User::USERGROUP_SELF
|
||||
User::USERGROUP_SELF,
|
||||
User::USERGROUP_GUEST
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user