As of recaptchalib-1.9, the global variables for server addresses are no longer used by the library. Instead, they are hardwired as defines, making the equivalent variables in the drupal module otiose.
This patch removes those variables.
| Comment | File | Size | Author |
|---|---|---|---|
| recaptcha-lib1-9.patch | 3.74 KB | kthagen |
Comments
Comment #1
robloachAhhh, that's probably why some people were reporting issues with the latest version. It wasn't an issue with the module, but an issue with using the latest reCAPTCHA API.... I'll take a closer look at this in the next 24 hours.
Comment #2
kthagen commentedI considered that possibility, and it was while reviewing the library code that I noticed the change, but didn't find anything obvious that would make things not work.
Comment #3
robloachThanks! Did you already do the 4.7 branch?
Comment #4
kthagen commentedYes, it's committed for 4.7 already.
Comment #5
(not verified) commented