Update fax.php

This commit is contained in:
FusionPBX 2018-09-20 01:01:06 -04:00 committed by GitHub
parent f976b39d80
commit d6fd6a4aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
if (permission_exists('fax_log_view')) {
echo " <a href='fax_logs.php?id=".escape($row['fax_uuid'])."'>".$text['label-log']."</a>";
}
if (permission_exists('fax_active_view')) {
if (permission_exists('fax_active_view') && isset($_SESSION['fax']['send_mode']['text']) && $_SESSION['fax']['send_mode']['text'] == 'queue') {
echo " <a href='fax_active.php?id=".escape($row['fax_uuid'])."'>".$text['label-active']."</a>";
}
echo " </td>\n";