Easy fix. Change line 115 of "recaptcha_mailhide.module"
From:
module_load_include('php', 'recaptcha', 'recaptcha/recapthcalib');
To:
module_load_include('php', 'recaptcha', 'recaptcha/recaptchalib');
Easy fix. Change line 115 of "recaptcha_mailhide.module"
From:
module_load_include('php', 'recaptcha', 'recaptcha/recapthcalib');
To:
module_load_include('php', 'recaptcha', 'recaptcha/recaptchalib');
Comments
Comment #1
robloachWhoops! Thanks a lot for noticing that one.
Comment #2
portulacaWill you push it to Official release? It's important people get notified of the fixed version because it completely breaks the site on pages where an email is hidden.
Comment #4
jehu commentedBug is still open. Please release an update.
Comment #5
jehu commentedComment #6
mcurry commented*subscribe*
Status currently = "needs work" -- what needs to be done? I'd like to help get this into a new release. Thanks!
Comment #7
robloachThanks for the reminder. reCAPTCHA 6.x-1.4 opened.