diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 744bfb26c..d523fcc87 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -7379,7 +7379,7 @@ abstract class MetaModel } IssueLog::Debug( 'Invalid placeholder in notification, no replacement will occur!', - LogChannels::NOTIFICATION, + LogChannels::NOTIFICATIONS, $aContext ); } @@ -7404,7 +7404,7 @@ abstract class MetaModel catch (Exception $e) { IssueLog::Debug( 'Invalid placeholder in notification, no replacement will occur !', - LogChannels::NOTIFICATION, + LogChannels::NOTIFICATIONS, [ 'placeholder' => $sPlaceholderAttCode, 'replace' => $replace,