mail de notification nom erroné

This commit is contained in:
fredtempez 2021-01-07 09:49:57 +01:00
parent f8683cc9e6
commit 29036af835
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ class blog extends common {
$sent = $this->sendMail(
$to,
'Nouveau commentaire déposé',
'Bonjour' . ' <strong>' . $user['firstname'] . ' ' . $user['lastname'] . '</strong>,<br><br>' .
'Bonjour<br><br>' .
'L\'article <a href="' . helper::baseUrl() . $this->getUrl(0) . '/ ' . $this->getUrl(1) . '">' . $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'title']) . '</a> a reçu un nouveau commentaire.<br><br>',
''
);