From e3e5e2fcfce68e9e86ace46ded641ddc5037f99b Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Thu, 24 Nov 2016 20:09:14 +0300 Subject: [PATCH] Fix. Add missing braces in gateways.php (#2179) --- app/gateways/gateways.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gateways/gateways.php b/app/gateways/gateways.php index 5c952628f2..0cfbb0e9b5 100644 --- a/app/gateways/gateways.php +++ b/app/gateways/gateways.php @@ -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']; }