Prevent a fax problem when current user is in both the admin and also in the user group.

This commit is contained in:
Mark Crane
2015-06-30 15:35:23 +00:00
parent 2448a092b0
commit 8356f9ffe3

View File

@@ -616,7 +616,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " </td>\n";
echo " </tr>\n";
if (if_group("user")) {
if (!permission_exists('fax_extension_delete')) {
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";