Skip to content

Commit

Permalink
fix test (#32110)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Nov 27, 2024
1 parent 9c4bb84 commit 7b16039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/mails.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

$usersignature = $user->signature;
// For action = test or send, we ensure that content is not html, even for signature, because for this we want a test with NO html.
if ($action == 'test' || ($action == 'send' && $trackid = 'test')) {
if ($action == 'test' || ($action == 'send' && $trackid == 'test')) {
$usersignature = dol_string_nohtmltag($usersignature, 2);
}

Expand Down

0 comments on commit 7b16039

Please sign in to comment.