diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-02-04 06:01:15 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-02-04 06:01:15 +0100 |
commit | 8f810a3dcfd60c00b14d3da811e1c0cf005e8ced (patch) | |
tree | 07b801766018c60bd58a476bc60e85671bd70706 /include/permissions.php | |
parent | 36ac48779c85ae324d2d702714677e360af5930d (diff) | |
parent | 006efbd906980fca8c0c377fa2b0a4054c2849f4 (diff) | |
download | volse-hubzilla-8f810a3dcfd60c00b14d3da811e1c0cf005e8ced.tar.gz volse-hubzilla-8f810a3dcfd60c00b14d3da811e1c0cf005e8ced.tar.bz2 volse-hubzilla-8f810a3dcfd60c00b14d3da811e1c0cf005e8ced.zip |
Merge remote-tracking branch 'upstream/master'
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; |