zendframework / zend-captcha

Captcha component from Zend Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to overwrite default options.

waltertamboer opened this issue · comments

There is an isset check around the setting of options. This fails when options have a default value that validates to false like null.

The line I'm talking about can be found here.

See also: Lansoweb/LosReCaptcha#3

should already fixed by #6 , close-able.