diff options
author | redmatrix <git@macgirvin.com> | 2016-02-03 15:44:36 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-03 15:44:36 -0800 |
commit | 006efbd906980fca8c0c377fa2b0a4054c2849f4 (patch) | |
tree | ba4e848fe5e8cab91bac5dee966cb7e0b76ed4b5 /include/permissions.php | |
parent | a7ed50ecd4b4defbc1d5fdf0bb4fd7d65d08a0fd (diff) | |
download | volse-hubzilla-006efbd906980fca8c0c377fa2b0a4054c2849f4.tar.gz volse-hubzilla-006efbd906980fca8c0c377fa2b0a4054c2849f4.tar.bz2 volse-hubzilla-006efbd906980fca8c0c377fa2b0a4054c2849f4.zip |
change view_storage from perms_public to perms_specific in the social_private role
Diffstat (limited to 'include/permissions.php')
-rw-r--r-- | include/permissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/permissions.php b/include/permissions.php index 8071af686..8c36f9744 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -626,7 +626,7 @@ function get_role_perms($role) { $ret['channel_w_mail'] = PERMS_SPECIFIC; $ret['channel_w_chat'] = PERMS_SPECIFIC; $ret['channel_a_delegate'] = PERMS_SPECIFIC; - $ret['channel_r_storage'] = PERMS_PUBLIC; + $ret['channel_r_storage'] = PERMS_SPECIFIC; $ret['channel_w_storage'] = PERMS_SPECIFIC; $ret['channel_r_pages'] = PERMS_PUBLIC; $ret['channel_w_pages'] = PERMS_SPECIFIC; |