Fix php8.2 warnings

This commit is contained in:
Laurent Destailleur
2023-11-27 11:39:32 +01:00
parent de96af8543
commit 53dab922fd
407 changed files with 2909 additions and 2908 deletions

View File

@@ -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