[Koha-bugs] [Bug 27161] Base.pm complains about unitialized value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 10 04:40:30 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27161

--- Comment #3 from Alvaro Cornejo <cornejo.alvaro at gmail.com> ---
Comment on attachment 114295
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114295
test patch

>--- Base.pm.orig	2020-12-09 22:11:25.639834095 -0500
>+++ Base.pm	2020-12-07 19:41:17.903081236 -0500
>@@ -179,7 +179,9 @@
> 
>     #FIXME: Why another encoding issue? For metadata containing non latin characters.
>     my $metadata = $self->{metadata};
>+    if ( $metadata  & $metadata !~ "")  {
> 	utf8::decode($metadata->{$_}) for keys %$metadata;
>+	}
>     return $metadata;
> }
>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list