- Issue created by @max-kuzomko
- Issue was unassigned.
- Status changed to Needs review
4 months ago 8:53pm 31 August 2024 - πΊπ¦Ukraine max-kuzomko
The issue happens because the condition
if ($val === 0)
doesn't work when the $val is actually a string '0'. Added a fix.