Fix : ne pas rester en paramétrage de test...

This commit is contained in:
cy_altern 2025-07-10 16:43:32 +02:00
parent 55e14788eb
commit df0bfc061d

View file

@ -24,5 +24,5 @@ function gamucontact_autoriser() {
* *
**/ **/
function gamucontact_autoriser_messages_gerer_dist($faire, $type, $id, $qui, $opt) { function gamucontact_autoriser_messages_gerer_dist($faire, $type, $id, $qui, $opt) {
return in_array($qui['statut'], ['6forum']); return in_array($qui['statut'], ['0minirezo']);
} }