diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php
index 23a8608c1e8..ae54d9fec08 100644
--- a/htdocs/adherents/type.php
+++ b/htdocs/adherents/type.php
@@ -364,7 +364,7 @@ if ($action == 'create')
print '';
print '
| '.$langs->trans("Description").' | ';
- require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
+ require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
$doleditor = new DolEditor('comment', $object->note, '', 280, 'dolibarr_notes', '', false, true, $conf->fckeditor->enabled, 15, '90%');
$doleditor->Create();
|