Register valid UTF-8 data in DBI notification backend (#928)

This commit is contained in:
Clément Oudot 2016-02-23 18:59:06 +00:00
parent 3ff53e521e
commit d08b0285c0

View File

@ -150,6 +150,8 @@ sub newNotif {
my ( $self, $date, $uid, $ref, $condition, $xml ) = @_;
$xml = $xml->serialize();
utf8::encode($xml);
my $res =
$condition =~ /.+/
? _execute(