Classe le module comme spécial

This commit is contained in:
Rodolphe Quiedeville 2004-10-07 07:08:59 +00:00
parent ffb006a83f
commit 89ae9f5e18

View File

@ -56,6 +56,8 @@ class modPostnuke extends DolibarrModules
$this->const_name = "MAIN_MODULE_POSTNUKE"; $this->const_name = "MAIN_MODULE_POSTNUKE";
$this->const_config = MAIN_MODULE_POSTNUKE; $this->const_config = MAIN_MODULE_POSTNUKE;
$this->special = 1;
// Dépendances // Dépendances
$this->depends = array(); $this->depends = array();
$this->requiredby = array(); $this->requiredby = array();