소스 검색

* Fixed typo

Tyler Akins 24 년 전
부모
커밋
461d1184d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -102,7 +102,7 @@
          }
       } else {
          for (reset($msort); ($key = key($msort)), (isset($key)); next($msort)) { 
-            if ($currentArrayIndex == $msgs[$key]['ID') {
+            if ($currentArrayIndex == $msgs[$key]['ID']) {
                next($msort); 
                $key = key($msort);
                if (isset($key))