Update gateways.php
Fix the sytnax ont the gateways list show it shows the gateway list.
This commit is contained in:
parent
85e73a4912
commit
3b9c26c31d
|
|
@ -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 ";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue