Merge branch '1.0-local' into 1.0

This commit is contained in:
xdrm-brackets 2017-02-23 14:57:54 +01:00
commit e044ad028b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
$f_gstate = preg_replace('@\s+$@', '', $f_gstate); $f_gstate = preg_replace('@\s+$@', '', $f_gstate);
/* (4) Extract in array */ /* (4) Extract in array */
$gstate = explode('', $f_gstate); $gstate = str_split($f_gstate);