fix for issue #2190 missing } (#2191)

This commit is contained in:
jebsolutions
2016-11-25 12:03:07 -05:00
committed by FusionPBX
parent 89d4dcb959
commit 6ea4a34630

View File

@@ -180,6 +180,7 @@ else {
$delete_link = "href='gateway_delete.php?id=".$row['gateway_uuid'];
}
}
}
else {
if (permission_exists('gateway_edit')) {
$edit_link = "href='gateway_edit.php?id=".$row['gateway_uuid'];