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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108378|0                           |1
        is obsolete|                            |

--- Comment #23 from David Nind <[email protected]> ---
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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to