summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-11 09:48:11 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-11 09:48:11 +0545
commitfc8945fbbc6c76fce05bd8e8632c02624c260a42 (patch)
tree9550f307e7331ab5c233f0ce105b849aba4fc888 /src/usr/local/www/system_gateways_edit.php
parentc2d710cc3f94f67662385a4ce54b49fc9d4ea452 (diff)
downloadpfsense-fc8945fbbc6c76fce05bd8e8632c02624c260a42.zip
pfsense-fc8945fbbc6c76fce05bd8e8632c02624c260a42.tar.gz
apinger loss_interval array key name
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index 5519bfc..8f2f418 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -803,7 +803,7 @@ $section->addInput(new Form_Input(
$pconfig['loss_interval'],
['placeholder' => $dpinger_default['loss_interval']]
))->setHelp('Time interval in milliseconds before packets are treated as lost. '.
- 'Default is %d.', [$dpinger_default['down']]);
+ 'Default is %d.', [$dpinger_default['loss_interval']]);
$group = new Form_Group('Time Period');
$group->add(new Form_Input(
OpenPOWER on IntegriCloud