FIX php8 compatibility

This commit is contained in:
Philippe GRAND 2022-08-23 09:54:38 +02:00
parent cb4b0dbd54
commit d3a4ad16da

View File

@ -151,7 +151,7 @@ if ($id > 0) {
$object = new Adherent($db);
$result = $object->fetch($id);
if (!empty($conf->notification->enabled)) {
if (isModEnabled('notification')) {
$langs->load("mails");
}