diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index 84f13d0c495..39b639110c5 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -563,7 +563,7 @@ if (GETPOST('action') == 'create')
// Note
print '
| '.$langs->trans("Note").' | ';
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
- $doleditor=new DolEditor('note',($_POST["note"]?$_POST["note"]:$actioncomm->note),280,'dolibarr_notes','In',true,$conf->fckeditor->enabled,ROWS_7,90);
+ $doleditor=new DolEditor('note',($_POST["note"]?$_POST["note"]:$actioncomm->note),280,'dolibarr_notes','In',true,true,$conf->fckeditor->enabled,ROWS_7,90);
$doleditor->Create();
print ' |
';