FIX php8 compatibility

This commit is contained in:
Philippe GRAND 2022-08-17 22:20:59 +02:00
parent f4e1f80a49
commit 4296f704a5

View File

@ -123,7 +123,7 @@ $tabrowid[35] = "";
// Condition to show dictionary in setup page
$tabcond = array();
$tabcond[35] = !empty($conf->accounting->enabled);
$tabcond[35] = isModEnabled('accounting');
// List of help for fields
$tabhelp = array();