FIX php8 compatibility
This commit is contained in:
parent
0c656891b1
commit
692939288c
@ -130,7 +130,7 @@ if ($object->id > 0) {
|
|||||||
|
|
||||||
llxHeader("", $title, $help_url);
|
llxHeader("", $title, $help_url);
|
||||||
|
|
||||||
if (!empty($conf->notification->enabled)) {
|
if (isModEnabled('notification')) {
|
||||||
$langs->load("mails");
|
$langs->load("mails");
|
||||||
}
|
}
|
||||||
$head = member_prepare_head($object);
|
$head = member_prepare_head($object);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user