Wakaba/Kareha patches (107)

69 Name: Anonymous : 2011-10-11 11:46 ID:mWq75Fd3 [Del]

>>68
Hi,

I've taken the time to trace the problem, and I think I have a fix (but as usual, I'm too lazy to test it until anyone whines about it):

Find:

my $challenge=$query->param("challenge");
my $response=$query->param("response");

and replace it with:

my $challenge=$query->param("recaptcha_challenge_field");
my $response=$query->param("recaptcha_response_field");

That should hopefully do the trick. Obviously it was a derp on my part, I'll create an updated patch soon to rectify this.

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: