From 9184bf3390f9e08e9b8ea51e832ffba4cd3682e6 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 4 Oct 2022 09:20:40 +0200 Subject: [PATCH] getInput return null without filter --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 8cdf7cbc..b0f4c300 100644 --- a/core/core.php +++ b/core/core.php @@ -748,7 +748,7 @@ class common } } // Sinon retourne null - return helper::filter(null, $filter); + return null; } /**