FIX php8 compatibility
This commit is contained in:
parent
cb4b0dbd54
commit
d3a4ad16da
@ -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");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user