mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix incorrect function name/typo. Ticket #7719
(cherry picked from commit 48c4a0ea09)
This commit is contained in:
parent
00d5594c73
commit
271fc45ede
@ -1990,7 +1990,7 @@ function services_dyndns_configure($int = "") {
|
||||
} else {
|
||||
$group_int = $gwgroups[$dyndns['interface']][0]['int'];
|
||||
$friendly_group_int =
|
||||
convert_real_interface_to_friendly_name(
|
||||
convert_real_interface_to_friendly_interface_name(
|
||||
$group_int);
|
||||
}
|
||||
}
|
||||
@ -2553,7 +2553,7 @@ function services_dnsupdate_process($int = "", $updatehost = "", $forced = false
|
||||
} else {
|
||||
$group_int = $gwgroups[$dnsupdate['interface']][0]['int'];
|
||||
$friendly_group_int =
|
||||
convert_real_interface_to_friendly_name(
|
||||
convert_real_interface_to_friendly_interface_name(
|
||||
$group_int);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user