Aleksander Machniak
2015-11-22 9f1f754daf4b57a0d0d3aea95d2321716d218cf5
plugins/enigma/lib/enigma_mime_message.php
@@ -264,7 +264,7 @@
    {
        $this->checkParams();
        $eol = !empty($this->build_params['eol']) ? $this->build_params['eol'] : "\r\n";
        $eol = $this->build_params['eol'] ?: "\r\n";
        // multipart message: and boundary
        if (!empty($this->build_params['boundary'])) {