diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 4f0e3ce682..90d67e9b8c 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -604,7 +604,7 @@ echo "\n"; echo "\n"; - if (if_group("admin") || if_group("superadmin")) { + if (permission_exists('fax_users')) { if ($action == "update") { echo " "; echo " ".$text['label-user-list'].""; @@ -616,7 +616,7 @@ echo " \n"; echo " ".escape($field['username'])."\n"; echo " \n"; - echo " $v_link_label_delete\n"; + echo " $v_link_label_delete\n"; echo " \n"; echo " \n"; }