From 458d99071f530c8c8fa38e1101f21ca8fcd284b5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 20 Sep 2018 01:01:06 -0400 Subject: [PATCH] Update fax.php --- app/fax/fax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";