Tyler Akins 24 лет назад
Родитель
Сommit
301034e132
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -561,7 +561,7 @@
             $body .= formatAttachments ($message, $ent_num, $message->header->mailbox, $id);
             $body .= formatAttachments ($message, $ent_num, $message->header->mailbox, $id);
          }
          }
       } else {
       } else {
-         $body .= formatAttachments ($message, -1, $message->header->mailbox, $id);
+         $body = formatAttachments ($message, -1, $message->header->mailbox, $id);
       }
       }
       return $body;
       return $body;
    }
    }