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 85e73a4912
commit 3b9c26c31d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ";
}