summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-30 17:09:34 +0100
committerNewEraCracker <neweracracker@gmail.com>2016-06-15 09:12:11 +0100
commit55de528cbb177b4a1f40554ad1a567198bbeebb3 (patch)
tree4c875270f9dfc5f6f280a782ee1d3a77f4a08505
parentf68dc9f497b7002ff5a7ab7f8aa9abcb8049b6d6 (diff)
downloadpfsense-55de528cbb177b4a1f40554ad1a567198bbeebb3.zip
pfsense-55de528cbb177b4a1f40554ad1a567198bbeebb3.tar.gz
Fix "Unable to remove NTP GPS from configuration"
https://forum.pfsense.org/index.php?topic=112771.msg627573
-rw-r--r--src/usr/local/www/services_ntpd_gps.php2
1 files changed, 1 insertions, 1 deletions
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(
OpenPOWER on IntegriCloud