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