Update gateways.php

Fix the sytnax ont the gateways list show it shows the gateway list.
This commit is contained in:
FusionPBX
2016-06-14 19:52:57 -06:00
committed by GitHub
parent 052d2c53e9
commit fd32603eed
+1 -1
View File
@@ -129,7 +129,7 @@ else {
if (permission_exists('gateway_domain')) { if (permission_exists('gateway_domain')) {
$sql .= "or domain_uuid is null "; $sql .= "or domain_uuid is null ";
} }
$sql .= ");"; $sql .= ") ";
if (strlen($order_by) == 0) { if (strlen($order_by) == 0) {
$sql .= "order by gateway asc "; $sql .= "order by gateway asc ";
} }