Fix: Module category must not activate product module

This commit is contained in:
Laurent Destailleur 2009-04-17 15:21:10 +00:00
parent 1cba3eb549
commit 4f36d2dbc1

View File

@ -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();