diff --git a/htdocs/includes/modules/modMantis.class.php b/htdocs/includes/modules/modMantis.class.php index 322322e09ec..3a216e06b5f 100644 --- a/htdocs/includes/modules/modMantis.class.php +++ b/htdocs/includes/modules/modMantis.class.php @@ -58,7 +58,7 @@ class modMantis extends DolibarrModules // Module description used translation string 'ModuleXXXDesc' not found (XXX is id value) $this->description = "Interfacage avec le bug tracking Mantis"; // Possible values for version are: 'experimental' or 'dolibarr' or version - $this->version = 'experimental'; + $this->version = 'development'; // Id used in llx_const table to manage module status (enabled/disabled) $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); // Where to store the module in setup page (0=common,1=interface,2=other)