From bf6cd1526c1461d7aff67164632adc22d8e68135 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Tue, 10 Nov 2015 07:33:18 -0600 Subject: Fix the name of interface select box to match the name used in the rest of code. Without this the interface name was not being saved. --- src/usr/local/www/services_rfc2136_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/services_rfc2136_edit.php') diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php index 9f7c029..bd8adb0 100644 --- a/src/usr/local/www/services_rfc2136_edit.php +++ b/src/usr/local/www/services_rfc2136_edit.php @@ -182,9 +182,9 @@ foreach ($iflist as $ifnam => $ifdescr) $optionlist[$ifnam] = $ifdescr; $section->addInput(new Form_Select( - 'ifname', + 'interface', 'Interface', - $pconfig['ifname'], + $pconfig['interface'], $optionlist )); -- cgit v1.1