mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Actually show gateway in question and change a to an.
This commit is contained in:
parent
039bee92c6
commit
30cbce9c1e
@ -101,7 +101,7 @@ if ($_POST) {
|
||||
}
|
||||
foreach($ifdescrs as $iface) {
|
||||
if($config[$iface]['gateway'] == $_POST['gateway'])
|
||||
$input_errors[] = "{$config[$iface]['gateway']} is currently being referenced by an interface ip address.";
|
||||
$input_errors[] = "{$_POST['gateway']} is currently being referenced by an interface ip address.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user