FIX: Variable declared boolean

This commit is contained in:
Raphaël Doursenaud
2014-09-18 14:52:59 +02:00
committed by Raphaël Doursenaud
parent afcebea440
commit f68cb3bfcb
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class modSyslog extends DolibarrModules
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
$this->description = "Activate debug logs (syslog)";
// Can be enabled / disabled only in the main company
$this->core_enabled = 1;
$this->core_enabled = true;
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)