Fix. Add missing braces in gateways.php (#2179)
This commit is contained in:
parent
80a1e5b710
commit
72cd24d0d5
|
|
@ -172,7 +172,7 @@ else {
|
|||
$edit_link = null;
|
||||
$delete_link = null;
|
||||
if (strlen($row['domain_uuid']) == 0) {
|
||||
if (permission_exists('gateway_domain') {
|
||||
if (permission_exists('gateway_domain')) {
|
||||
if (permission_exists('gateway_edit')) {
|
||||
$edit_link = "href='gateway_edit.php?id=".$row['gateway_uuid'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue