From 23f76d72918fae3d60f0f709258c844886fc4048 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 7 Oct 2004 07:11:23 +0000 Subject: [PATCH] Classe le module comme special --- htdocs/includes/modules/modTelephonie.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index 115e2c4deaf..86820cedb45 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -55,6 +55,8 @@ class modTelephonie extends DolibarrModules $this->const_name = "MAIN_MODULE_TELEPHONIE"; $this->const_config = MAIN_MODULE_TELEPHONIE; + $this->special = 1; + // Dépendances $this->depends = array(); $this->requiredby = array();