Fix NTP PPS. It had 'None' option available on 2.2.x.

This commit is contained in:
NewEraCracker 2016-05-30 17:17:08 +01:00
parent 55de528cbb
commit ceabd66d57

View File

@ -179,7 +179,7 @@ if (!empty($serialports)) {
'ppsport',
'Serial Port',
$pconfig['port'],
$splist
['' => gettext('None')] + $splist
))->setHelp('All serial ports are listed, be sure to pick the port with the PPS source attached. ');
}