From 12c8092490cf3553f83de82e16c97afef7415541 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 14 Aug 2006 18:34:41 +0000 Subject: [PATCH] =?UTF-8?q?L'=E9diteur=20wysiwig=20s'ouvre=20en=20mode=20d?= =?UTF-8?q?eroul=E9=20sur=20la=20creation=20de=20mailing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index d03ae0ca105..741ef4c2a1c 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -256,7 +256,7 @@ if ($_GET["action"] == 'create') if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MAILING) { require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); - $doleditor=new DolEditor('body',$objp->description,320,'dolibarr_details','',true); + $doleditor=new DolEditor('body',$objp->description,320,'dolibarr_mailings','',true); $doleditor->Create(); } else