FIX php8 compatibility

This commit is contained in:
Philippe GRAND 2022-08-17 22:39:44 +02:00
parent 3d28118ec8
commit ba73364df5

View File

@ -89,7 +89,7 @@ if (!$sortorder) {
$formaccounting = new FormAccounting($db); $formaccounting = new FormAccounting($db);
// Security check // Security check
if (empty($conf->accounting->enabled)) { if (!isModEnabled('accounting')) {
accessforbidden(); accessforbidden();
} }
if ($user->socid > 0) { if ($user->socid > 0) {