- Affected version
- 2.3.6
PHP:
Arr::stringToArray('0');
['0']
We've fixed this in XF 2.2.10 Patch 1. To be clear, the correct test is
$string === null || $string === ''
This should have been fixed in 2.2.10 but apparently it isn't?
Last edited: