diff --git a/htdocs/includes/modules/modDomain.class.php b/htdocs/includes/modules/modDomain.class.php index 9daed3a90b1..ad2269cb7b3 100644 --- a/htdocs/includes/modules/modDomain.class.php +++ b/htdocs/includes/modules/modDomain.class.php @@ -55,7 +55,7 @@ class modDomain extends DolibarrModules $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); // Where to store the module in setup page (0=common,1=interface,2=others,3=very specific) $this->special = 3; - $this->picto='user'; + $this->picto='generic'; // Dir //----