diff --git a/app/fax/app_config.php b/app/fax/app_config.php index 706ced8476..2cf23edd30 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -197,7 +197,11 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "user"; - + $y++; + $apps[$x]['permissions'][$y]['name'] = "fax_download_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; //default settings $y=0; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "6840bdb0-eb9d-45bd-a79a-ccb64d08fd97"; diff --git a/app/fax/fax_files.php b/app/fax/fax_files.php index db089ea0c9..6cf63eed50 100644 --- a/app/fax/fax_files.php +++ b/app/fax/fax_files.php @@ -322,7 +322,9 @@ if ($_REQUEST['box'] == 'sent') { echo th_order_by('fax_destination', $text['label-fax_destination'], $order_by, $order, "&id=".$fax_uuid."&box=".$_GET['box']."&page=".$_GET['page']); } - echo "