summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-09 08:43:46 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-09 08:44:21 -0500
commitf8ae35862e05b1d5b43678144071a6e03ab8c3c5 (patch)
tree3b97e4b53b5186eb2b16f8f4638102a80db7e3d6 /src/usr/local/www/wizard.php
parent2f95dc5aa7d2a9858103f900447022908ee6c297 (diff)
downloadpfsense-f8ae35862e05b1d5b43678144071a6e03ab8c3c5.zip
pfsense-f8ae35862e05b1d5b43678144071a6e03ab8c3c5.tar.gz
Fixes #5380
Diffstat (limited to 'src/usr/local/www/wizard.php')
-rw-r--r--src/usr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizard.php b/src/usr/local/www/wizard.php
index d8dd6e7..d97df2a 100644
--- a/src/usr/local/www/wizard.php
+++ b/src/usr/local/www/wizard.php
@@ -854,7 +854,7 @@ if ($pkg['step'][$stepid]['fields']['field'] != "") {
$section->addInput(new Form_Select(
$name,
$etitle,
- $value,
+ ($value == "") ? $g['default_timezone'] : $value,
array_combine($timezonelist, $timezonelist)
))->setHelp($field['description']);
OpenPOWER on IntegriCloud