Merge remote-tracking branch 'origin/support/3.0' into develop

This commit is contained in:
Pierre Goiffon
2022-08-29 13:50:34 +02:00
19 changed files with 84 additions and 34 deletions

View File

@@ -7308,7 +7308,7 @@ abstract class MetaModel
}
IssueLog::Debug(
'Invalid placeholder in notification, no replacement will occur!',
LogChannels::NOTIFICATION,
LogChannels::NOTIFICATIONS,
$aContext
);
}
@@ -7333,7 +7333,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,