summaryrefslogtreecommitdiffstats
path: root/src
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:59 -0400
commit2a68fcd3339e0c8f996088cfa663d29856174b43 (patch)
tree9753f914bd13422ab9545fc4777fb7090080893e /src
parentcfa9a5be7d96940deb959cdb220c5c5036ed9e26 (diff)
downloadpfsense-2a68fcd3339e0c8f996088cfa663d29856174b43.zip
pfsense-2a68fcd3339e0c8f996088cfa663d29856174b43.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')
-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