FIX php8 compatibility

This commit is contained in:
Philippe GRAND 2022-08-17 22:40:56 +02:00
parent 0c656891b1
commit 692939288c

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);