[Fix] min

This commit is contained in:
xdrm-brackets 2017-02-23 14:57:50 +01:00
parent 02404a3b16
commit 88cd366077
1 changed files with 1 additions and 1 deletions

View File

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