diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index 754226e196e..4239d1fb271 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -327,6 +327,8 @@ class Conf // Module FCKeditor $this->fckeditor->enabled=defined("MAIN_MODULE_FCKEDITOR")?MAIN_MODULE_FCKEDITOR:0; $this->fckeditor->dir_output=DOL_DATA_ROOT."/fckeditor"; + // Module etiquette + $this->label->enabled=defined("MAIN_MODULE_LABEL")?MAIN_MODULE_LABEL:0; /*