From 29036af835e109c623e6727199f4dc6f6d773715 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 7 Jan 2021 09:49:57 +0100 Subject: [PATCH] =?UTF-8?q?mail=20de=20notification=20nom=20erron=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/blog/blog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 5cb40fb2..72331d3e 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -635,7 +635,7 @@ class blog extends common { $sent = $this->sendMail( $to, 'Nouveau commentaire déposé', - 'Bonjour' . ' ' . $user['firstname'] . ' ' . $user['lastname'] . ',

' . + 'Bonjour

' . 'L\'article ' . $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'title']) . ' a reçu un nouveau commentaire.

', '' );