Fix #3790: "Create post" permission visible in profile permissions settings for guest user group

This commit is contained in:
buddh4 2019-12-18 11:11:23 +01:00
parent d394d9824b
commit 8fc84ad9bf
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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
];
/**