瀏覽代碼

Fixed typo

Tyler Akins 24 年之前
父節點
當前提交
494397924d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -64,7 +64,7 @@
                if ($total_size == $size) {
                   // We've reached the end of this 'message', switch to the next one.
                   $data[] = $read;
-                  $break;
+                  break;
                } else if ($total_size > $size) {
                   $difference = $total_size - $size;
                   $total_size = $total_size - strlen($read);