From 3b9c26c31d00e1272bb6891f5d30f63caeada465 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 14 Jun 2016 19:52:57 -0600 Subject: [PATCH] Update gateways.php Fix the sytnax ont the gateways list show it shows the gateway list. --- app/gateways/gateways.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gateways/gateways.php b/app/gateways/gateways.php index fc6ef4e764..ed437d28a2 100644 --- a/app/gateways/gateways.php +++ b/app/gateways/gateways.php @@ -129,7 +129,7 @@ else { if (permission_exists('gateway_domain')) { $sql .= "or domain_uuid is null "; } - $sql .= ");"; + $sql .= ") "; if (strlen($order_by) == 0) { $sql .= "order by gateway asc "; }