diff --git a/htdocs/includes/modules/modPostnuke.class.php b/htdocs/includes/modules/modPostnuke.class.php index 9e32262f3e6..c7337688739 100644 --- a/htdocs/includes/modules/modPostnuke.class.php +++ b/htdocs/includes/modules/modPostnuke.class.php @@ -56,6 +56,8 @@ class modPostnuke extends DolibarrModules $this->const_name = "MAIN_MODULE_POSTNUKE"; $this->const_config = MAIN_MODULE_POSTNUKE; + $this->special = 1; + // Dépendances $this->depends = array(); $this->requiredby = array();