소스 검색

added mailbox and id to functioncall formatBody

stekkel 23 년 전
부모
커밋
daf55f50d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -523,7 +523,7 @@ $body = '';
     $ent_ar = findDisplayEntity($message, false);
     $i = 0;
     for ($i = 0; $i < count($ent_ar); $i++) {
-	$body .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i]);
+	$body .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i], $passed_id, $mailbox);
     }