diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index 038ec03c0d5..b5b3b508bde 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -78,6 +78,8 @@ class Conf { //! Charset for HTML output and for storing data in memory $this->file->character_set_client='UTF-8'; // UTF-8, ISO-8859-1 + + // $this->agendas_modules['comm/action'][]= 'ActionAgenda'; }