-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serendipity_event_contactform: php 8.1 issues #861
Comments
Easiest would be to use:
|
Tried it and seems to work for me. Thanks! |
Another notice in backend:
|
Should be fixable with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the page for the contact form I get some notices
'commentform_name' => (function_exists('serendipity_specialchars') ? serendipity_specialchars(strip_tags($serendipity['POST']['name'])) : htmlspecialchars(strip_tags($serendipity['POST']['name']), ENT_COMPAT, LANG_CHARSET)),
The same notice is for line 448 to 450
Modified code for line 447
The text was updated successfully, but these errors were encountered: