Fix error reported by travis.
This commit is contained in:
parent
b18e125143
commit
a9a2bd9eec
@ -65,10 +65,10 @@ class modSkype extends DolibarrModules
|
|||||||
|
|
||||||
// Dependancies
|
// Dependancies
|
||||||
//-------------
|
//-------------
|
||||||
$this->hidden = ! empty($conf->global->SKYPE_MODULE_DISABLED); // A condition to disable module
|
$this->hidden = ! empty($conf->global->SKYPE_MODULE_DISABLED); // A condition to disable module
|
||||||
$this->depends = array(modSociete); // List of modules id that must be enabled if this module is enabled
|
$this->depends = array('modSociete'); // 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->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->conflictwith = array(); // List of modules id this module is in conflict with
|
||||||
$this->langfiles = array();
|
$this->langfiles = array();
|
||||||
|
|
||||||
// Constantes
|
// Constantes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user