11000 #2

Merged
lapervenche merged 22 commits from ZwiiCMS-Team/ZwiiCMS:11000 into 11000 2021-01-10 18:17:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 29036af835 - Show all commits

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>',
''
);