Typo in recaptcha_mailhide.module results in "Call to undefined function" error
VValdo - September 27, 2009 - 20:39
| Project: | reCAPTCHA |
| Version: | 6.x-1.3 |
| Component: | reCAPTCHA Mailhide |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
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');

#1
Whoops! Thanks a lot for noticing that one.
#2
Will 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.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
Bug is still open. Please release an update.
#5
#6
*subscribe*
Status currently = "needs work" -- what needs to be done? I'd like to help get this into a new release. Thanks!