Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
texte brut pour le sujet des notifications pour ne pas y envoyer d'entité html, facteur gère ça pour nous
  • Loading branch information
brunob committed Jul 9, 2019
1 parent e9feb62 commit 9b65406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/seenthis_notifier.php
Expand Up @@ -173,7 +173,7 @@ function notifier_me($id_me, $id_parent) {

$id_auteur_me = $row["id_auteur"];
$texte = texte_de_me($id_me);
$titre_mail = ($id_parent > 0) ? 'Re: ' . trim(extraire_titre(texte_de_me($id_parent))) : trim(extraire_titre($texte));
$titre_mail = ($id_parent > 0) ? 'Re: ' . trim(extraire_titre(texte_de_me($id_parent), 100, true)) : trim(extraire_titre($texte, 100, true));
$nom_auteur = nom_auteur($id_auteur_me);
$notifier_construire_texte = charger_fonction('notifier_construire_texte', '');
$texte_mail = $notifier_construire_texte($id_parent, $id_me);
Expand Down
2 changes: 1 addition & 1 deletion paquet.xml
@@ -1,7 +1,7 @@
<paquet
prefix="seenthis"
categorie="divers"
version="2.3.1"
version="2.3.2"
etat="stable"
compatibilite="[3.1.0;["
schema="1.1.10"
Expand Down

0 comments on commit 9b65406

Please sign in to comment.