Skip to content
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

Miswriting in html/error_exception.php #6167

Open
rominail opened this issue Oct 13, 2022 · 0 comments
Open

Miswriting in html/error_exception.php #6167

rominail opened this issue Oct 13, 2022 · 0 comments

Comments

@rominail
Copy link

In a view you call, execute this code if (!preg_match(base_url(), '')) {}
It throws an ErrorException
In 3 places in the file there is html_entity_decode(esc($var), 'html') instead of html_entity_decode(esc($var, 'html'))
Lines 297, 298, 338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant