浏览代码

* 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))