LangEditor
LangEditor copied to clipboard
[Notice] Undefined offset: 0
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?