diff --git a/ecrire/action/editer_auteur.php b/ecrire/action/editer_auteur.php index 01e1d9e2083e2d7ba65a4b0e2146630153ff4be4..842b0d181051992d1ea5ad1c6efe3aa4e9e6b2af 100644 --- a/ecrire/action/editer_auteur.php +++ b/ecrire/action/editer_auteur.php @@ -308,7 +308,12 @@ function auteur_instituer($id_auteur, $c, $force_webmestre = false) { if (isset($c['webmestre']) AND ($force_webmestre OR autoriser('modifier', 'auteur', $id_auteur,null, array('webmestre' => '?')))) $champs['webmestre'] = $c['webmestre']=='oui'?'oui':'non'; - + + // si statut change et n'est pas 0minirezo, on force webmestre a non + if (isset($c['statut']) AND $c['statut']!=='0minirezo'){ + $champs['webmestre'] = $c['webmestre'] = 'non'; + } + // Envoyer aux plugins $champs = pipeline('pre_edition', array(