- Issue created by @awolfey
- First commit to issue fork.
- Assigned to bharath-kondeti
- last update
over 1 year ago 38 pass - @bharath-kondeti opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:25am 6 June 2023
PHP deprecation
Passing null to parameter #2 ($string) of type string is deprecated in simple_recaptcha_form_alter() (line 24
Add simple recaptcha to a site without adding any form ids in the configuration settings. Visit a form, and check the db log.
If $config->get('form_ids') is empty, return before exploding.
Needs review
Code