From 066df00f5f28c07373fbae1b9bd3c934d92cc834 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=AFeul=20Rouquette?= <maieul@maieul.net>
Date: Fri, 30 Apr 2021 21:13:29 +0200
Subject: [PATCH] =?UTF-8?q?en=20cas=20de=20champ=20masqu=C3=A9es=20par=20a?=
 =?UTF-8?q?fficher=5Fsi,=20ne=20pas=20l'enregistrer=20en=20base=20du=20tou?=
 =?UTF-8?q?t?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 formulaires/formidable.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/formulaires/formidable.php b/formulaires/formidable.php
index 789ffdfd..5842ec6f 100644
--- a/formulaires/formidable.php
+++ b/formulaires/formidable.php
@@ -711,7 +711,7 @@ function formidable_saisies_afficher_si_masquees_set_request_null() {
 	$champs = saisies_liste_set_request('get');
 	foreach ($champs as $champ => $histo) {
 		if ($histo[1] === null) {
-			saisies_request($champ, null);
+			saisies_set_request($champ, null);
 		}
 	}
 }
-- 
GitLab