@@ -, +, @@ --- tools/letter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/letter.pl +++ a/tools/letter.pl @@ -316,7 +316,7 @@ sub add_validate { next; } elsif ( $letter and $letter->{message_transport_type} eq $mtt and $letter->{lang} eq $lang ) { - logaction( 'NOTICES', 'MODIFY', $letter->{id}, $letter->{content}, + logaction( 'NOTICES', 'MODIFY', $letter->{id}, $content, 'Intranet' ) unless ( $content eq $letter->{content} ); $dbh->do( --