mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix php8.2 warnings
This commit is contained in:
@@ -64,7 +64,7 @@ class modWebsite extends DolibarrModules
|
||||
$this->config_page_url = array('website.php');
|
||||
|
||||
// Dependencies
|
||||
$this->hidden = !empty($conf->global->MODULE_WEBSITE_DISABLED); // A condition to disable module
|
||||
$this->hidden = getDolGlobalString('MODULE_WEBSITE_DISABLED'); // A condition to disable module
|
||||
$this->depends = array('modFckeditor'); // 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