You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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){
The text was updated successfully, but these errors were encountered:
Replace requestFiltered with responseFiltered to get right behaviour in API/ApiClient.php
The text was updated successfully, but these errors were encountered: