Skip to content
Snippets Groups Projects
Commit 6b15d25c authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #1555 modif parametre protect_string_db($html, '', 'no')

parent a5939c8c
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ while ($state <> 'END') { ...@@ -168,7 +168,7 @@ while ($state <> 'END') {
$sender = $func->protect_string_db((string)$mailerParams->mailfrom); $sender = $func->protect_string_db((string)$mailerParams->mailfrom);
$recipient_mail = $tmpNotif['recipient']->mail; $recipient_mail = $tmpNotif['recipient']->mail;
$subject = $func->protect_string_db($notification->description); $subject = $func->protect_string_db($notification->description);
$html = $func->protect_string_db($html); $html = $func->protect_string_db($html, '', 'no');
$html = str_replace('&amp;', '&', $html); $html = str_replace('&amp;', '&', $html);
$html = str_replace('&', '#and#', $html); $html = str_replace('&', '#and#', $html);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment