From df0bfc061d8facdecfdaf1155dfe2295b166c45f Mon Sep 17 00:00:00 2001 From: cy_altern Date: Thu, 10 Jul 2025 16:43:32 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20:=20ne=20pas=20rester=20en=20param=C3=A9t?= =?UTF-8?q?rage=20de=20test...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamucontact_autorisations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamucontact_autorisations.php b/gamucontact_autorisations.php index 8403bf8..8abfaff 100644 --- a/gamucontact_autorisations.php +++ b/gamucontact_autorisations.php @@ -24,5 +24,5 @@ function gamucontact_autoriser() { * **/ function gamucontact_autoriser_messages_gerer_dist($faire, $type, $id, $qui, $opt) { - return in_array($qui['statut'], ['6forum']); + return in_array($qui['statut'], ['0minirezo']); }