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
@SparK-Cruz Yes, hence the !== false. I changed it on my project and it works fine. After reporting this issue I found out some forks of this project also fixed it the same way (example).
Hi,
When using contains on a word located at index 0, the contains function doesn't work.
Example:
This will display "not found", which is wrong.
I believe the problem is located in the file "LiquidDecisionBlock.class.php", line 158:
Should be changed to:
Thanks.
The text was updated successfully, but these errors were encountered: