FIX php8 compatibility

This commit is contained in:
Philippe GRAND 2022-08-16 17:24:32 +02:00
parent 710b66cd02
commit 04130f0e91

View File

@ -130,7 +130,7 @@ if ($object->id > 0) {
llxHeader("", $title, $help_url);
if (!empty($conf->notification->enabled)) {
if (isModEnabled('notification')) {
$langs->load("mails");
}
$head = member_prepare_head($object);