Skip Menu |

This queue is for tickets about the Catalyst-Controller-reCAPTCHA CPAN distribution.

Report information
The Basics
Id: 34356
Status: resolved
Priority: 0/
Queue: Catalyst-Controller-reCAPTCHA

People
Owner: Nobody in particular
Requestors: nick [...] abstractwankery.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.30001
Fixed in: (no value)

Attachments
Catalyst-Controller-reCAPTCHA-0.31.tar.gz



Subject: captcha_ok is never 1
$c->stash->{captcha_ok} is never set to 1. I managed to fix this by changing line 44 to read: return ($result->{is_valid} == $result->{is_valid}); Let me know if I'm full of it. :) Thanks!
From: ZARQUON [...] cpan.org
On Sat Mar 22 14:57:08 2008, outZider wrote: Show quoted text
> $c->stash->{captcha_ok} is never set to 1. I managed to fix this by > changing line 44 to read: > > return ($result->{is_valid} == $result->{is_valid}); > > Let me know if I'm full of it. :) > > Thanks!
You're right, capatcha_ok wasn't being set properly. Attached is version 3.1 which i'm about to push to cpan

Message body not shown because it is not plain text.