Closed (fixed)
Project:
Hidden CAPTCHA
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2010 at 19:02 UTC
Updated:
24 Oct 2010 at 20:10 UTC
Parameter 1 to theme_hidden_captcha_captcha() expected to be a reference, value given
I see this error everytime I try to add a hidden captcha to a form.
I had to change
theme_hidden_captcha_captcha(&$element)
to
theme_hidden_captcha_captcha($element)
Don't know if it is the right solution.
Can you confirm this?
Thanks
Comments
Comment #1
AlexisWilke commentedThis is correct, there should not be any & there. I've checked in the fix.
Thank you.
Alexis Wilke