From 1d7de7bc5373db496d8bbec3181294041f6394b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 17 Mar 2026 17:35:18 +0100 Subject: [PATCH] fix: Only set valid timezone values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- lib/Controller/TimezoneController.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/Controller/TimezoneController.php b/lib/Controller/TimezoneController.php index c7ee4eab2..8ae5857b4 100644 --- a/lib/Controller/TimezoneController.php +++ b/lib/Controller/TimezoneController.php @@ -1,6 +1,7 @@ config->setUserValue($this->userId, 'core', 'timezone', $timezone); $this->session->set('timezone', $timezoneOffset);