버그 수정

This commit is contained in:
2019-04-21 16:27:57 +09:00
parent d46b3154cc
commit c7748934b8
5 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ class JosaUtil{
$search = [];
$replace = [];
foreach(static::DEFAULT_POSTPOSITION as [$wJong, $woJong]){
foreach(static::DEFAULT_POSTPOSITION as $wJong => $woJong){
$value = JosaUtil::pick($key, $wJong);
$search[] = "{$prefix}{$wJong}{$postfix}";
$replace[] = $value;