From 89ae9f5e1858daa361bfba1adebd644f548075ab Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 7 Oct 2004 07:08:59 +0000 Subject: [PATCH] =?UTF-8?q?Classe=20le=20module=20comme=20sp=E9cial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modPostnuke.class.php | 2 ++ 1 file changed, 2 insertions(+) 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();