Update gateway_edit.php
Add a missing ) on gateway_edit.php.
This commit is contained in:
parent
79f73a81bb
commit
052d2c53e9
|
|
@ -52,7 +52,7 @@ else {
|
||||||
if ($_SESSION['limit']['gateways']['numeric'] != '') {
|
if ($_SESSION['limit']['gateways']['numeric'] != '') {
|
||||||
$sql = "select count(*) as num_rows from v_gateways ";
|
$sql = "select count(*) as num_rows from v_gateways ";
|
||||||
$sql .= "where ( domain_uuid = '".$_SESSION['domain_uuid']."' ";
|
$sql .= "where ( domain_uuid = '".$_SESSION['domain_uuid']."' ";
|
||||||
if (permission_exists('gateway_domain') {
|
if (permission_exists('gateway_domain')) {
|
||||||
$sql .= "or domain_uuid is null ";
|
$sql .= "or domain_uuid is null ";
|
||||||
}
|
}
|
||||||
$sql .= ");";
|
$sql .= ");";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue