diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index c460837e49..cc7db50fcf 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -108,8 +108,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "conference_room_record"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "conference_room_max_members"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -432,4 +430,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; -?> \ No newline at end of file +?>