FIX php8 compatibility

This commit is contained in:
Philippe GRAND 2022-08-23 10:14:07 +02:00
parent 28b60d9003
commit 117aed6a10

View File

@ -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();