mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct error message.
This commit is contained in:
parent
07101b63d1
commit
dd86dccfbe
@ -73,7 +73,7 @@ function interface_vlan_configure($if, $tag, $vlanif = "") {
|
||||
global $config, $g;
|
||||
|
||||
if(empty($if)) {
|
||||
log_error("interface_vlan_confgure called with if defined.");
|
||||
log_error("interface_vlan_confgure called with if undefined.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user