Skip to content

Commit

Permalink
Applied patch from Taku. Thanks. bugid:105705
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji committed Apr 12, 2011
1 parent 7eef992 commit fdd7b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MT/App.pm
Expand Up @@ -957,7 +957,7 @@ sub init_query {
|| ( $d eq '' )
|| ( $d !~ m/[^\x20-\x7E]/ ) )
{
push @param, $d if $transcode;
push @param, $d;
next;
}
$d
Expand Down

0 comments on commit fdd7b6b

Please sign in to comment.