[Koha-bugs] [Bug 27623] Remove pl-PL installer data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 5 14:26:12 CEST 2021


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

--- Comment #18 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
(In reply to Joonas Kylmälä from comment #17)
> I tried to now change it like this:
> 
> -                    open(my $fh, ">:encoding(UTF-8)",
> "$intradir/$tdir/$file");
> -                    YAML::XS::DumpFile( $fh, $translated_yaml );
> -                    close($fh);

err, missed the "+" part of the diff, I made it to look like:

+                    YAML::XS::DumpFile( "$intradir/$tdir/$file",
$translated_yaml );

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Koha-bugs mailing list