mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update gateways.php
Fix the sytnax ont the gateways list show it shows the gateway list.
This commit is contained in:
@@ -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 ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user