remove redundant call
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 11 Jul 2006 21:32:16 +0000 (21:32 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 11 Jul 2006 21:32:16 +0000 (21:32 +0000)
IkiWiki/CGI.pm

index 857f9b9a38bbfe6ace53f149149e7b5328ea24e6..ef5244145fcba64f14327494977576c12eafecf7 100644 (file)
@@ -179,8 +179,6 @@ sub cgi_signin ($$) { #{{{
        }
 
        if ($form->submitted && $form->validate) {
-               decode_form_utf8($form);
-               
                if ($form->submitted eq 'Login') {
                        $session->param("name", $form->field("name"));
                        if (defined $form->field("do") &&