From 21c16d2984ae395a76bec2320e287055af34bf1c Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Sun, 1 Mar 2009 12:28:49 +0000
Subject: [PATCH] =?UTF-8?q?-=20lorsqu'on=20utilise=20#FORMULAIRE=5FEDITER?=
 =?UTF-8?q?=5FAUTEUR=20dans=20le=20public,=20il=20faut=20charger=20les=20a?=
 =?UTF-8?q?utorisations=20au=20moment=20du=20traitement,=20sinon=20une=20e?=
 =?UTF-8?q?rreur=20appara=C3=AEt=20sur=20la=20fonction=20autoriser().?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/action/editer_auteur.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ecrire/action/editer_auteur.php b/ecrire/action/editer_auteur.php
index 9384589e07..1d06ff5e99 100644
--- a/ecrire/action/editer_auteur.php
+++ b/ecrire/action/editer_auteur.php
@@ -66,6 +66,7 @@ function action_editer_auteur_dist() {
 function action_legender_auteur_post($statut, $nom, $email, $bio, $nom_site_auteur, $url_site, $new_login, $new_pass, $new_pass2, $perso_activer_imessage, $pgp, $lier_id_article=0, $id_parent=0, $restreintes= NULL, $id_auteur=0) {
 	global $visiteur_session;
 	include_spip('inc/filtres');
+	include_spip('inc/autoriser');
 
 	$echec = array();
 
-- 
GitLab