diff --git a/che_close/_simul.php b/che_close/_simul.php index 6c704ef..8121bce 100644 --- a/che_close/_simul.php +++ b/che_close/_simul.php @@ -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; }