diff --git a/app/fax/fax.php b/app/fax/fax.php index 6404aa9f51..e823f9f24b 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -175,7 +175,7 @@ if (permission_exists('fax_log_view')) { echo " ".$text['label-log'].""; } - 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 " ".$text['label-active'].""; } echo " \n";