From 1828771557be409aea396751628966b02f3e2872 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 24 May 2015 18:09:41 -0700 Subject: timezone setting not saved issue #336 --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/settings.php') 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); -- cgit v1.2.3