From: Colin Campbell Date: Mon, 11 Apr 2011 08:42:22 +0000 (+0100) Subject: Bug 6085: Fix typo in earlier patch X-Git-Tag: v3.04.00~111^2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=46488bfc2e17570c300466a681842318ada429ca;p=koha_fer Bug 6085: Fix typo in earlier patch Signed-off-by: Chris Cormack --- diff --git a/C4/Templates.pm b/C4/Templates.pm index 54ad9fd26e..ea11aeebdb 100644 --- a/C4/Templates.pm +++ b/C4/Templates.pm @@ -108,7 +108,7 @@ sub output { utf8_arrayref($vars->{$k}); } elsif (ref($vars->{$k}) eq 'HASH'){ - uft8_hashref($vars->{$k}); + utf8_hashref($vars->{$k}); } else { utf8::encode($vars->{$k}) if utf8::is_utf8($vars->{$k});