Blog 212 notification par email, pas de nom de page

This commit is contained in:
fredtempez 2020-12-27 10:56:23 +01:00
parent 945f45609c
commit 47e6121567
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ Modifications :
- Message d'erreur littéral.
- Sauvegarde des fichiers de données après un effacement et une écriture.
- Google Analytics, option d'anonymisation.
Correction :
- Notification de commentaire, nom de la page incorrect.
## Version 10.3.12
Correction :

View File

@ -52,7 +52,7 @@ class blog extends common {
public static $users = [];
const BLOG_VERSION = '2.11';
const BLOG_VERSION = '2.12';
/**
* Flux RSS
@ -440,7 +440,7 @@ class blog extends common {
$to,
'Nouveau commentaire',
'Bonjour' . ' <strong>' . $user['firstname'] . ' ' . $user['lastname'] . '</strong>,<br><br>' .
'Nouveau commentaire déposé sur la page "' . $this->getData(['page', $this->getUrl(0), 'posts', 'title']) . '" :<br><br>',
'Nouveau commentaire déposé sur la page "' . $this->getData(['page', $this->getUrl(0), 'title']) . '" :<br><br>',
''
);
// Valeurs en sortie