diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-24 20:21:30 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-24 20:21:30 -0700 |
commit | dfa4984089449b257315536b3d9f949df375405f (patch) | |
tree | 9524f24c43bdbaaa427cffdcb49400d5cc95bb7d /mod/settings.php | |
parent | 27137e48eba585c6d61a7b34436661b29af77760 (diff) | |
parent | 1828771557be409aea396751628966b02f3e2872 (diff) | |
download | volse-hubzilla-dfa4984089449b257315536b3d9f949df375405f.tar.gz volse-hubzilla-dfa4984089449b257315536b3d9f949df375405f.tar.bz2 volse-hubzilla-dfa4984089449b257315536b3d9f949df375405f.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 0cb7992ed..550236c47 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -394,7 +394,7 @@ function settings_post(&$a) { } $username = ((x($_POST,'username')) ? notags(trim($_POST['username'])) : ''); - $timezone = ((x($_POST,'timezone')) ? notags(trim($_POST['timezone'])) : ''); + $timezone = ((x($_POST,'timezone_select')) ? notags(trim($_POST['timezone_select'])) : ''); $defloc = ((x($_POST,'defloc')) ? notags(trim($_POST['defloc'])) : ''); $openid = ((x($_POST,'openid_url')) ? notags(trim($_POST['openid_url'])) : ''); $maxreq = ((x($_POST,'maxreq')) ? intval($_POST['maxreq']) : 0); |