Update fax_edit.php

This commit is contained in:
FusionPBX 2019-08-24 09:42:02 -06:00 committed by GitHub
parent f16bad573f
commit 68f0a39b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@
echo "</td>\n";
echo "</tr>\n";
if (permission_exists('fax_users')) {
if (permission_exists('fax_user_view')) {
if ($action == "update") {
echo " <tr>";
echo " <td class='vncell' valign='top'>".$text['label-user-list']."</td>";