|
[
Permalink
| « Hide
]
Nicolas Connault added a comment - 24/Jul/08 08:49 PM
This should solve it. Please confirm, Eloy.
I think this is not correct:
function signup_captcha_enabled() { global $CFG; return isset($CFG->recaptchapublickey) && isset($CFG->recaptchaprivatekey) && get_config('auth/email', 'recaptcha'); } there should be !empty() because there is empty string in it Closing, thanks!
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||