FIX php8 compatibility

This commit is contained in:
Philippe GRAND 2022-08-16 17:25:07 +02:00
parent 04130f0e91
commit 4ad7598eaf

View File

@ -128,7 +128,7 @@ if ($id > 0) {
$totalsize += $file['size'];
}
if (!empty($conf->notification->enabled)) {
if (isModEnabled('notification')) {
$langs->load("mails");
}