From 7dc92583ac2c0838f8c0622e0bd014e7f67d4016 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 5 Oct 2022 10:15:35 +0200 Subject: [PATCH] getinpu return null --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 770a1aac..ca458eb5 100644 --- a/core/core.php +++ b/core/core.php @@ -747,7 +747,7 @@ class common } } // Sinon retourne null - return null; + return helper::filter(null, $filter); } /**