From 55de528cbb177b4a1f40554ad1a567198bbeebb3 Mon Sep 17 00:00:00 2001 From: NewEraCracker Date: Mon, 30 May 2016 17:09:34 +0100 Subject: Fix "Unable to remove NTP GPS from configuration" https://forum.pfsense.org/index.php?topic=112771.msg627573 --- src/usr/local/www/services_ntpd_gps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php index c776ff9..af048a6 100644 --- a/src/usr/local/www/services_ntpd_gps.php +++ b/src/usr/local/www/services_ntpd_gps.php @@ -271,7 +271,7 @@ if (!empty($serialports)) { 'gpsport', 'Serial Port', $pconfig['port'], - $splist + ['' => gettext('None')] + $splist ))->setHelp('All serial ports are listed, be sure to pick the port with the GPS attached. '); $section->addInput(new Form_Select( -- cgit v1.1