Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
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'])) {