forked from Wavyzz/dolibarr
Fix php8.2 warnings
This commit is contained in:
@@ -66,7 +66,7 @@ class modCollab extends DolibarrModules
|
||||
|
||||
// Dependancies
|
||||
//-------------
|
||||
$this->hidden = !empty($conf->global->MODULE_COLLAB_DISABLED); // A condition to disable module
|
||||
$this->hidden = getDolGlobalString('MODULE_COLLAB_DISABLED'); // A condition to disable module
|
||||
$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
|
||||
|
||||
Reference in New Issue
Block a user