summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-01-05 21:10:48 +0000
committerErmal <eri@pfsense.org>2011-01-05 21:10:48 +0000
commit7d62c4c873a03ea2458f1b06a8318bd7943c6e8f (patch)
tree24dd0891559e47479808e2dc9a171ecb6b77dcf2
parent6ae19856e03a55a90192b1ba3d7acae98ff478bb (diff)
downloadpfsense-7d62c4c873a03ea2458f1b06a8318bd7943c6e8f.zip
pfsense-7d62c4c873a03ea2458f1b06a8318bd7943c6e8f.tar.gz
Ticket #491. Correct username/password name fields so upgrade works correctly.
-rw-r--r--etc/inc/upgrade_config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc
index a48c2b2..c25cce8 100644
--- a/etc/inc/upgrade_config.inc
+++ b/etc/inc/upgrade_config.inc
@@ -1086,8 +1086,8 @@ function upgrade_047_to_048() {
$tempdyn['enable'] = isset($config['dyndns'][0]['enable']);
$tempdyn['type'] = $config['dyndns'][0]['type'];
$tempdyn['wildcard'] = isset($config['dyndns'][0]['wildcard']);
- $tempdyn['usernamefld'] = $config['dyndns'][0]['username'];
- $tempdyn['passwordfld'] = $config['dyndns'][0]['password'];
+ $tempdyn['username'] = $config['dyndns'][0]['username'];
+ $tempdyn['password'] = $config['dyndns'][0]['password'];
$tempdyn['host'] = $config['dyndns'][0]['host'];
$tempdyn['mx'] = $config['dyndns'][0]['mx'];
$tempdyn['interface'] = "wan";
OpenPOWER on IntegriCloud