Explorar o código

* Warning removal

Tyler Akins %!s(int64=24) %!d(string=hai) anos
pai
achega
301034e132
Modificáronse 1 ficheiros con 1 adicións e 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;
    }