From 704e94993e9f2e983f63bdca7af1cc399cd58fde Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 26 May 2008 08:30:56 +0000 Subject: [PATCH] Typo --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Form.pm b/SL/Form.pm index 6e781b80e..f45d9584e 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -511,7 +511,7 @@ sub create_http_response { } my %cgi_params = ('-type' => $params{content_type}); - $cgi_params{'-charset'} = $params{charset} if ($parmas{charset}); + $cgi_params{'-charset'} = $params{charset} if ($params{charset}); my $output = $cgi->header('-cookie' => $session_cookie, %cgi_params); -- 2.20.1