summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-16 12:30:26 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-16 12:30:26 -0500
commitefe82b83205f3f4ff4a552ae665ec42bb687a3bb (patch)
treea13c38ce2b4730af0ff4e93b740c260fb50b2a6a
parent4321baa6eb7416c7435b06451f40bce4291bdc46 (diff)
parent12360a9bc8c4b8d1a5425e2fb579c52334263fe8 (diff)
downloadpfsense-efe82b83205f3f4ff4a552ae665ec42bb687a3bb.zip
pfsense-efe82b83205f3f4ff4a552ae665ec42bb687a3bb.tar.gz
Merge pull request #2251 from phil-davis/patch-2
-rw-r--r--src/usr/local/www/services_dyndns_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 707dfc3..2dc5030 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -284,7 +284,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Select(
'requestif',
'Interface to send update from',
- $pconfig['request'],
+ $pconfig['requestif'],
$interfacelist
))->setHelp('This is almost always the same as the Interface to Monitor. ');
OpenPOWER on IntegriCloud