summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-30 17:09:34 +0100
committerStephen Beaver <sbeaver@netgate.com>2016-06-22 11:14:40 -0400
commit8d179341a891e4cc0708007f67c07e7155451caa (patch)
tree84db5dab3442e895384b9a5c87e6b70e563ccbc2 /src/usr/local/www/services_ntpd_gps.php
parent99affb57a7f5d64a5cc29d3be8b05778a37944b4 (diff)
downloadpfsense-8d179341a891e4cc0708007f67c07e7155451caa.zip
pfsense-8d179341a891e4cc0708007f67c07e7155451caa.tar.gz
Fix "Unable to remove NTP GPS from configuration"
https://forum.pfsense.org/index.php?topic=112771.msg627573 (cherry picked from commit 55de528cbb177b4a1f40554ad1a567198bbeebb3)
Diffstat (limited to 'src/usr/local/www/services_ntpd_gps.php')
-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 2ea87f6..e22c8a5 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