diff --git a/app/fax_queue/app_config.php b/app/fax_queue/app_config.php index 9ab3d53165..6524c2e873 100644 --- a/app/fax_queue/app_config.php +++ b/app/fax_queue/app_config.php @@ -14,7 +14,7 @@ $y = 0; $apps[$x]['permissions'][$y]['name'] = 'fax_queue_view'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; $apps[$x]['permissions'][$y]['name'] = 'fax_queue_add'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; @@ -163,4 +163,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the fax command.'; $z++; -?> \ No newline at end of file +?>