Skip to content
Snippets Groups Projects
Commit b08b9232 authored by Patrice ANDREANI's avatar Patrice ANDREANI
Browse files

fix - erreur mod

parent 25ae89c5
No related branches found
No related tags found
1 merge request!4correction coquille version
Pipeline #2155 failed
......@@ -124,8 +124,8 @@ class modOpenMetabase extends DolibarrModules
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
$this->requiredby = array(); // List of modules id to disable if this one is disabled
$this->conflictwith = array(); // List of modules id this module is in conflict with
$this->phpmin = array(5,0); // Minimum version of PHP required by module
$this->need_dolibarr_version = array(4,0); // Minimum version of Dolibarr required by module
// $this->phpmin = array(5,0); // Minimum version of PHP required by module
// $this->need_dolibarr_version = array(4,0); // Minimum version of Dolibarr required by module
$this->langfiles = array("openmetabase@openmetabase", "opendsi@openmetabase");
$langs->load('openmetabase@openmetabase');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment