From 672e4dc4534771e9a6a45e0230452c1ef9fc1b4f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 5 Oct 2022 10:32:21 +0200 Subject: [PATCH] getinput null param --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index a816726f..d1cc9d65 100644 --- a/core/core.php +++ b/core/core.php @@ -777,7 +777,7 @@ class common } } } - // Sinon retourne une chaine vide + //Sinon retourne null return helper::filter(null, $filter); }