From 006efbd906980fca8c0c377fa2b0a4054c2849f4 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 3 Feb 2016 15:44:36 -0800 Subject: change view_storage from perms_public to perms_specific in the social_private role --- include/permissions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3