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

Adjust constant name #2573

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Conversation

felipeelia
Copy link
Member

Description of the Change

In #2547 we've introduced a check for different false values while checking if the request should or not be integrated to EP. I have wrongly suggested the usage of ! filter_var( $query->query_vars['ep_integrate'], FILTER_VALIDATE_BOOL ) when that should use the FILTER_VALIDATE_BOOLEAN constant.

This PR fixes the wrong constant usage (sorry!)

@felipeelia felipeelia merged commit e7f4f14 into develop Jan 27, 2022
@felipeelia felipeelia deleted the fix/ep-integrate-evaluation-part-2 branch January 27, 2022 20:50
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

Successfully merging this pull request may close these issues.

2 participants