https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #108378|0 |1 is obsolete| | --- Comment #23 from David Nind <david@davidnind.com> --- Created attachment 160391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160391&action=edit Bug 25384: Use dclone when copying font lookup hash This patch includes the logic from Bug 25852. That is, use dclone to copy the hash used as the font lookup. While the original patch perfectly copied the top level keys, the next level down were hash references (due to Perl's inherent hash design), and changes to the 2nd level of depth would be changes to these references which would impact the original hash. Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.