Piotr Jassem
Results
1
issues of
Piotr Jassem
Hi, I found a small bug in LangEditor.php file, line 167: `$str = $str[0];` Should be for instant: `$str = reset($str);` Could you fix it?