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

Bugfix: API/ApiClient.php - wrong search variable #44

Open
XXL-Webdesign opened this issue Feb 17, 2024 · 0 comments
Open

Bugfix: API/ApiClient.php - wrong search variable #44

XXL-Webdesign opened this issue Feb 17, 2024 · 0 comments

Comments

@XXL-Webdesign
Copy link

Replace requestFiltered with responseFiltered to get right behaviour in API/ApiClient.php

/*
// 2024-02-17 replaced by XXL-Webdesign - BUGFIX: has to search in response - not in request!
if (strpos($requestFiltered, $needle) !== false){	
*/

// replaced with:
if (strpos($responseFiltered, $needle) !== false){

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