Bug 6085: Fix typo in earlier patch
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 11 Apr 2011 08:42:22 +0000 (09:42 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 11 Apr 2011 08:47:19 +0000 (20:47 +1200)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Templates.pm

index 54ad9fd..ea11aee 100644 (file)
@@ -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});