mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove first check
This commit is contained in:
parent
4b7aee98de
commit
fbf424fb9f
@ -78,9 +78,6 @@ if ($_POST) {
|
||||
}
|
||||
|
||||
/* check for overlaps */
|
||||
if(!$a_gateway_groups)
|
||||
$input_errors[] = "You must setup a gateway first!";
|
||||
|
||||
if($a_gateway_groups) {
|
||||
foreach ($a_gateway_groups as $gateway_group) {
|
||||
if (isset($id) && ($a_gateway_groups[$id]) && ($a_gateway_groups[$id] === $gateway_group))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user