From 4f36d2dbc1bb975efdbf3d411bcf1c7284adcdfb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 17 Apr 2009 15:21:10 +0000 Subject: [PATCH] Fix: Module category must not activate product module --- htdocs/includes/modules/modCategorie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modCategorie.class.php b/htdocs/includes/modules/modCategorie.class.php index 045579a66fa..eecb10da6a4 100644 --- a/htdocs/includes/modules/modCategorie.class.php +++ b/htdocs/includes/modules/modCategorie.class.php @@ -62,7 +62,7 @@ class modCategorie extends DolibarrModules $this->dirs = array(); // Dependencies - $this->depends = array("modProduit"); + $this->depends = array(); // Config pages $this->config_page_url = array();