diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 060258058..2409c2eca 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -340,6 +340,8 @@ function settings_post(&$a) { $arr['channel_w_photos'] = (($_POST['post_photos']) ? $_POST['post_photos'] : 0); $arr['channel_w_chat'] = (($_POST['chat']) ? $_POST['chat'] : 0); $arr['channel_a_delegate'] = (($_POST['delegate']) ? $_POST['delegate'] : 0); + $arr['channel_r_storage'] = (($_POST['view_storage']) ? $_POST['view_storage'] : 0); + $arr['channel_w_storage'] = (($_POST['write_storage']) ? $_POST['write_storage'] : 0); $notify = 0; |