Explorar el Código

* Warning removal

Tyler Akins hace 24 años
padre
commit
301034e132
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

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