mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update fax.php
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user