오타 수정

This commit is contained in:
2018-03-12 20:59:04 +09:00
parent 11a9f32208
commit c2dfb883fe
+1 -1
View File
@@ -115,7 +115,7 @@ function findInvList($niddle, $target, $keyIdx=0, $isExactKey=false){
foreach($target as $idx => $values){
if($isExactKey && $values[$keyIdx] == $item){
return values;
return $values;
}