From d05950fbcbce449ad3e3ad1b4a1d991a590efc02 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Tue, 22 Sep 2015 14:10:09 -0400 Subject: Fixed #5184 --- src/usr/local/www/services_ntpd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local') diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php index 506ff4b..737f19e 100644 --- a/src/usr/local/www/services_ntpd.php +++ b/src/usr/local/www/services_ntpd.php @@ -252,7 +252,7 @@ function build_interface_list() { continue; } - $iflist['options']['$iface'] = $ifacename; + $iflist['options'][$iface] = $ifacename; if (in_array($iface, $pconfig['interface'])) { array_push($iflist['selected'], $iface); -- cgit v1.1