Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2019-07-22 17:39:44 +01:00
15 changed files with 54 additions and 47 deletions

View File

@ -186,7 +186,7 @@ class Language{
$len = strlen($text);
for($i = 0; $i < $len; ++$i){
$c = $text{$i};
$c = $text[$i];
if($replaceString !== null){
$ord = ord($c);
if(