Skip to content
Snippets Groups Projects
Commit 0a0c08a6 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: good example

parent f624d50f
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class modMyModule extends DolibarrModules
$this->requiredby = array(); // List of modules id to disable if this one is disabled
$this->phpmin = array(4,3); // Minimum version of PHP required by module
$this->need_dolibarr_version = array(2,5); // Minimum version of Dolibarr required by module
$this->langfiles = array("mymodule");
$this->langfiles = array("langfiles@mymodule");
// Constants
// Example: $this->const=array(0=>array('MYMODULE_MYNEWCONST1','chaine','myvalue','This is a constant to add',0),
......
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