From c270546a9b14df580f66d55e5862d576bee05916 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 14 Aug 2024 09:11:06 +0200 Subject: [PATCH] Bug de filtre --- core/class/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/template.class.php b/core/class/template.class.php index 2117282b..c0afc42b 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -253,7 +253,7 @@ class template // Filtre selon le type switch ($attributes['type']) { case 'datetime-local': - $filter = helper::FILTER_DATETIME; + $filter = helper::FILTER_TIMESTAMP; break; case 'date': $filter = helper::FILTER_DATE;