diff --git a/balint_options.php b/balint_options.php index ae16382..b9f52f2 100644 --- a/balint_options.php +++ b/balint_options.php @@ -56,4 +56,7 @@ function autoriser_ecrire($faire, $type, $id, $qui, $opt){ include_spip('inc/headers'); redirige_par_entete( url_de_base()); } + else { + return in_array($qui['statut'], array('0minirezo')); + } }