From 118bcb132b443119b48f0c22df534a4dda8a7f5c Mon Sep 17 00:00:00 2001 From: Chris Black Date: Thu, 30 Jun 2016 13:51:56 -0700 Subject: [PATCH] Add missing bracket (#1726) --- app/sip_status/sip_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sip_status/sip_status.php b/app/sip_status/sip_status.php index 575e9018a3..a960d57137 100644 --- a/app/sip_status/sip_status.php +++ b/app/sip_status/sip_status.php @@ -183,7 +183,7 @@ if ($_GET['a'] == "download") { } elseif ($gateway_domain_name == '') { echo $gateway_name; - else { + } else { echo $gateway_name."@".$gateway_domain_name; } echo " \n";