Update gateway_edit.php

Add a missing ) on gateway_edit.php.
This commit is contained in:
FusionPBX
2016-06-14 19:32:50 -06:00
committed by GitHub
parent 79f73a81bb
commit 052d2c53e9

View File

@@ -52,7 +52,7 @@ else {
if ($_SESSION['limit']['gateways']['numeric'] != '') {
$sql = "select count(*) as num_rows from v_gateways ";
$sql .= "where ( domain_uuid = '".$_SESSION['domain_uuid']."' ";
if (permission_exists('gateway_domain') {
if (permission_exists('gateway_domain')) {
$sql .= "or domain_uuid is null ";
}
$sql .= ");";