aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-03 15:44:36 -0800
committerredmatrix <git@macgirvin.com>2016-02-03 15:44:36 -0800
commit006efbd906980fca8c0c377fa2b0a4054c2849f4 (patch)
treeba4e848fe5e8cab91bac5dee966cb7e0b76ed4b5 /include
parenta7ed50ecd4b4defbc1d5fdf0bb4fd7d65d08a0fd (diff)
downloadvolse-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')
-rw-r--r--include/permissions.php2
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;