---
C4/Templates.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/C4/Templates.pm b/C4/Templates.pm
index 54ad9fd..ea11aee 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});
--
1.7.4.2
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/