mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX php8 compatibility
This commit is contained in:
parent
28b60d9003
commit
117aed6a10
|
|
@ -109,7 +109,7 @@ $tabrowid[1] = "";
|
|||
|
||||
// Condition to show dictionary in setup page
|
||||
$tabcond = array();
|
||||
$tabcond[1] = (!empty($conf->website->enabled));
|
||||
$tabcond[1] = (isModEnabled('website'));
|
||||
|
||||
// List of help for fields
|
||||
$tabhelp = array();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user