diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index c821bcb3b2..c19dba1f77 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -57,6 +57,7 @@ $apps[$x]['permissions'][3]['groups'][] = "superadmin"; $apps[$x]['permissions'][4]['name'] = "recording_upload"; + $apps[$x]['permissions'][4]['groups'][] = "user"; $apps[$x]['permissions'][4]['groups'][] = "admin"; $apps[$x]['permissions'][4]['groups'][] = "superadmin";