mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ups remove erroneous curly.
This commit is contained in:
parent
61d54be64a
commit
cb88138a4e
@ -479,7 +479,7 @@ function lookup_gateway_ip_by_name($name) {
|
||||
|
||||
if(is_array($config['gateways']['gateway_item'])) {
|
||||
foreach($config['gateways']['gateway_item'] as $gateway) {
|
||||
if($gateway['name'] == $name) {
|
||||
if($gateway['name'] == $name)
|
||||
return ($gateway['gateway']);
|
||||
}
|
||||
} else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user