From bb589cc49eaf82bed582964c6eb6ac97341eb978 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Jul 2009 08:25:52 +0000 Subject: [PATCH] Change category of module --- htdocs/includes/modules/modDomain.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //----