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.

CommentFileSizeAuthor
recaptcha-lib1-9.patch3.74 KBkthagen

Comments

robloach’s picture

Assigned: Unassigned » robloach

Ahhh, 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.

kthagen’s picture

I 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.

robloach’s picture

Status: Needs review » Fixed

Thanks! Did you already do the 4.7 branch?

kthagen’s picture

Yes, it's committed for 4.7 already.

Anonymous’s picture

Status: Fixed » Closed (fixed)