Correct error message.

This commit is contained in:
Ermal Luçi 2008-11-30 10:48:48 +00:00
parent 07101b63d1
commit dd86dccfbe

View File

@ -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;
}