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
|
// Condition to show dictionary in setup page
|
||||||
$tabcond = array();
|
$tabcond = array();
|
||||||
$tabcond[1] = (!empty($conf->website->enabled));
|
$tabcond[1] = (isModEnabled('website'));
|
||||||
|
|
||||||
// List of help for fields
|
// List of help for fields
|
||||||
$tabhelp = array();
|
$tabhelp = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user